Shades of Dark Violet #AC09DC
Tints of Dark Violet #AC09DC
RGB
CMYK
RGB Variations
Color information
#AC09DC (or 0xAC09DC) is known color: Dark Violet. HEX triplet: AC, 09 and DC. RGB value is (172,9,220). Sum of RGB (Red+Green+Blue) = 172+9+220=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09DC is #53F623. Grayscale: #515151. Windows color (decimal): -5502500 or 14420396. OLE color: 14420396.
HSL color Cylindrical-coordinate representation of color #AC09DC: hue angle of 286.35º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC09DC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 9 | 220 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.14 |
| HSL | 286.35º | 0.92% | 0.45% | - |
| HSV(B) | 286.35º | 0.96% | 0.86% | - |
| XYZ | 30.03 | 14.13 | 68.86 | - |
| YUV | 81.79 | 206 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 220 | 0.22 | 0.96 | 0 | 0.14 | 286.35 | 0.92 | 0.45 |
| Hex | AC | 9 | DC | 16 | 60 | 0 | E | 11E | 5C | 2D |
| Octal | 254 | 11 | 334 | 26 | 140 | 0 | 16 | 436 | 134 | 55 |
| Binary | 10101100 | 1001 | 11011100 | 10110 | 1100000 | 0 | 1110 | 100011110 | 1011100 | 101101 |
Color Harmonies of #AC09DC
Complementary color
Monochromatic Colors of #AC09DC
Black with #AC09DC
Text Example
Text Example
White with #AC09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09DC; }
p { color: rgb(172,9,220); }
H1.HeaderClassName
{
color: #AC09DC;
}
.AnyTagClassName
{
color: #AC09DC;
}
</style>
background-color css
<style>
a { background-color: #AC09DC; }
a { background-color: rgb(172,9,220); }
div.DivClassName
{
background-color: #AC09DC;
}
.BgClassName
{
background-color: #AC09DC;
}
</style>
border-color css
<style>
span { border-color: #AC09DC; }
span { border-color: rgb(172,9,220); }
td.TdClassName
{
border-color: #AC09DC;
}
.TagClassName
{
border-color: #AC09DC;
}
</style>