Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Violet Eggplant | A918A0 | #A918A0 | 169, 24, 160 | 66.27, 9.41, 62.75 | 0, 85.8, 5.33, 33.73 | 303.72413793103, 85.798816568047, 66.274509803922 |
Color #a918a0 is Violet Eggplant. In RGB: 66.27, 9.41, 62.75. In CMYK: 0, 85.8, 5.33, 33.73.
div { background: #a918a0; color: #000; }
div { background: #a918a0; color: #fff; }
div { background: linear-gradient(to bottom, #8C0085 0%, #C63DBB 100%); color: #000; }
div { background: linear-gradient(to bottom, #C63DBB 0%, #8C0085 100%); color: #000; }
div { background: linear-gradient(to bottom, #8C0085 0%, #C63DBB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #C63DBB 0%, #8C0085 100%); color: #fff; }
div { border: 1px solid #a918a0; }
div { border: 5px solid #a918a0; }
div { border: 1px dashed #a918a0; }
div { border: 5px dashed #a918a0; }
div { border: 1px dotted #a918a0; }
div { border: 5px dotted #a918a0; }