Shades of Dark Violet #AC0DD8
Tints of Dark Violet #AC0DD8
RGB
CMYK
RGB Variations
Color information
#AC0DD8 (or 0xAC0DD8) is known color: Dark Violet. HEX triplet: AC, 0D and D8. RGB value is (172,13,216). Sum of RGB (Red+Green+Blue) = 172+13+216=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC0DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DD8 is #53F227. Grayscale: #535353. Windows color (decimal): -5501480 or 14159276. OLE color: 14159276.
HSL color Cylindrical-coordinate representation of color #AC0DD8: hue angle of 287º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DD8 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 13 | 216 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.15 |
| HSL | 287º | 0.89% | 0.45% | - |
| HSV(B) | 287º | 0.94% | 0.85% | - |
| XYZ | 29.55 | 14.02 | 66.11 | - |
| YUV | 83.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 216 | 0.20 | 0.94 | 0 | 0.15 | 287 | 0.89 | 0.45 |
| Hex | AC | D | D8 | 14 | 5E | 0 | F | 11F | 59 | 2D |
| Octal | 254 | 15 | 330 | 24 | 136 | 0 | 17 | 437 | 131 | 55 |
| Binary | 10101100 | 1101 | 11011000 | 10100 | 1011110 | 0 | 1111 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AC0DD8
Complementary color
Monochromatic Colors of #AC0DD8
Black with #AC0DD8
Text Example
Text Example
White with #AC0DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DD8; }
p { color: rgb(172,13,216); }
H1.HeaderClassName
{
color: #AC0DD8;
}
.AnyTagClassName
{
color: #AC0DD8;
}
</style>
background-color css
<style>
a { background-color: #AC0DD8; }
a { background-color: rgb(172,13,216); }
div.DivClassName
{
background-color: #AC0DD8;
}
.BgClassName
{
background-color: #AC0DD8;
}
</style>
border-color css
<style>
span { border-color: #AC0DD8; }
span { border-color: rgb(172,13,216); }
td.TdClassName
{
border-color: #AC0DD8;
}
.TagClassName
{
border-color: #AC0DD8;
}
</style>