Shades of Dark Violet #AC0DC8
Tints of Dark Violet #AC0DC8
RGB
CMYK
RGB Variations
Color information
#AC0DC8 (or 0xAC0DC8) is known color: Dark Violet. HEX triplet: AC, 0D and C8. RGB value is (172,13,200). Sum of RGB (Red+Green+Blue) = 172+13+200=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC0DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DC8 is #53F237. Grayscale: #515151. Windows color (decimal): -5501496 or 13110700. OLE color: 13110700.
HSL color Cylindrical-coordinate representation of color #AC0DC8: hue angle of 291.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DC8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 13 | 200 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.22 |
| HSL | 291.02º | 0.88% | 0.42% | - |
| HSV(B) | 291.02º | 0.94% | 0.78% | - |
| XYZ | 27.58 | 13.23 | 55.74 | - |
| YUV | 81.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 200 | 0.14 | 0.94 | 0 | 0.22 | 291.02 | 0.88 | 0.42 |
| Hex | AC | D | C8 | E | 5E | 0 | 16 | 123 | 58 | 2A |
| Octal | 254 | 15 | 310 | 16 | 136 | 0 | 26 | 443 | 130 | 52 |
| Binary | 10101100 | 1101 | 11001000 | 1110 | 1011110 | 0 | 10110 | 100100011 | 1011000 | 101010 |
Color Harmonies of #AC0DC8
Complementary color
Monochromatic Colors of #AC0DC8
Black with #AC0DC8
Text Example
Text Example
White with #AC0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DC8; }
p { color: rgb(172,13,200); }
H1.HeaderClassName
{
color: #AC0DC8;
}
.AnyTagClassName
{
color: #AC0DC8;
}
</style>
background-color css
<style>
a { background-color: #AC0DC8; }
a { background-color: rgb(172,13,200); }
div.DivClassName
{
background-color: #AC0DC8;
}
.BgClassName
{
background-color: #AC0DC8;
}
</style>
border-color css
<style>
span { border-color: #AC0DC8; }
span { border-color: rgb(172,13,200); }
td.TdClassName
{
border-color: #AC0DC8;
}
.TagClassName
{
border-color: #AC0DC8;
}
</style>