Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Plum | A64E97 | #A64E97 | 166, 78, 151 | 65.1, 30.59, 59.22 | 0, 53.01, 9.04, 34.9 | 310.22727272727, 53.012048192771, 65.098039215686 |
Color #a64e97 is Plum. In RGB: 65.1, 30.59, 59.22. In CMYK: 0, 53.01, 9.04, 34.9.
div { background: #a64e97; color: #000; }
div { background: #a64e97; color: #fff; }
div { background: linear-gradient(to bottom, #8A347D 0%, #C268B2 100%); color: #000; }
div { background: linear-gradient(to bottom, #C268B2 0%, #8A347D 100%); color: #000; }
div { background: linear-gradient(to bottom, #8A347D 0%, #C268B2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C268B2 0%, #8A347D 100%); color: #fff; }
div { border: 1px solid #a64e97; }
div { border: 5px solid #a64e97; }
div { border: 1px dashed #a64e97; }
div { border: 5px dashed #a64e97; }
div { border: 1px dotted #a64e97; }
div { border: 5px dotted #a64e97; }