Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Violet Eggplant | AF1C92 | #AF1C92 | 175, 28, 146 | 68.63, 10.98, 57.25 | 0, 84, 16.57, 31.37 | 311.83673469388, 84, 68.627450980392 |
Color #af1c92 is Violet Eggplant. In RGB: 68.63, 10.98, 57.25. In CMYK: 0, 84, 16.57, 31.37.
div { background: #af1c92; color: #000; }
div { background: #af1c92; color: #fff; }
div { background: linear-gradient(to bottom, #920078 0%, #CC3FAD 100%); color: #000; }
div { background: linear-gradient(to bottom, #CC3FAD 0%, #920078 100%); color: #000; }
div { background: linear-gradient(to bottom, #920078 0%, #CC3FAD 100%); color: #fff; }
div { background: linear-gradient(to bottom, #CC3FAD 0%, #920078 100%); color: #fff; }
div { border: 1px solid #af1c92; }
div { border: 5px solid #af1c92; }
div { border: 1px dashed #af1c92; }
div { border: 5px dashed #af1c92; }
div { border: 1px dotted #af1c92; }
div { border: 5px dotted #af1c92; }