Shades of Dark Violet #AC0EDF
Tints of Dark Violet #AC0EDF
RGB
CMYK
RGB Variations
Color information
#AC0EDF (or 0xAC0EDF) is known color: Dark Violet. HEX triplet: AC, 0E and DF. RGB value is (172,14,223). Sum of RGB (Red+Green+Blue) = 172+14+223=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EDF is #53F120. Grayscale: #545454. Windows color (decimal): -5501217 or 14618284. OLE color: 14618284.
HSL color Cylindrical-coordinate representation of color #AC0EDF: hue angle of 285.36º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EDF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 14 | 223 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.13 |
| HSL | 285.36º | 0.88% | 0.46% | - |
| HSV(B) | 285.36º | 0.94% | 0.87% | - |
| XYZ | 30.49 | 14.41 | 70.99 | - |
| YUV | 85.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 223 | 0.23 | 0.94 | 0 | 0.13 | 285.36 | 0.88 | 0.46 |
| Hex | AC | E | DF | 17 | 5E | 0 | D | 11D | 58 | 2E |
| Octal | 254 | 16 | 337 | 27 | 136 | 0 | 15 | 435 | 130 | 56 |
| Binary | 10101100 | 1110 | 11011111 | 10111 | 1011110 | 0 | 1101 | 100011101 | 1011000 | 101110 |
Color Harmonies of #AC0EDF
Complementary color
Monochromatic Colors of #AC0EDF
Black with #AC0EDF
Text Example
Text Example
White with #AC0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EDF; }
p { color: rgb(172,14,223); }
H1.HeaderClassName
{
color: #AC0EDF;
}
.AnyTagClassName
{
color: #AC0EDF;
}
</style>
background-color css
<style>
a { background-color: #AC0EDF; }
a { background-color: rgb(172,14,223); }
div.DivClassName
{
background-color: #AC0EDF;
}
.BgClassName
{
background-color: #AC0EDF;
}
</style>
border-color css
<style>
span { border-color: #AC0EDF; }
span { border-color: rgb(172,14,223); }
td.TdClassName
{
border-color: #AC0EDF;
}
.TagClassName
{
border-color: #AC0EDF;
}
</style>