Shades of Dark Violet #AC0DD4
Tints of Dark Violet #AC0DD4
RGB
CMYK
RGB Variations
Color information
#AC0DD4 (or 0xAC0DD4) is known color: Dark Violet. HEX triplet: AC, 0D and D4. RGB value is (172,13,212). Sum of RGB (Red+Green+Blue) = 172+13+212=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC0DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DD4 is #53F22B. Grayscale: #525252. Windows color (decimal): -5501484 or 13897132. OLE color: 13897132.
HSL color Cylindrical-coordinate representation of color #AC0DD4: hue angle of 287.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0DD4 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 13 | 212 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.17 |
| HSL | 287.94º | 0.88% | 0.44% | - |
| HSV(B) | 287.94º | 0.94% | 0.83% | - |
| XYZ | 29.04 | 13.81 | 63.42 | - |
| YUV | 83.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 212 | 0.19 | 0.94 | 0 | 0.17 | 287.94 | 0.88 | 0.44 |
| Hex | AC | D | D4 | 13 | 5E | 0 | 11 | 120 | 58 | 2C |
| Octal | 254 | 15 | 324 | 23 | 136 | 0 | 21 | 440 | 130 | 54 |
| Binary | 10101100 | 1101 | 11010100 | 10011 | 1011110 | 0 | 10001 | 100100000 | 1011000 | 101100 |
Color Harmonies of #AC0DD4
Complementary color
Monochromatic Colors of #AC0DD4
Black with #AC0DD4
Text Example
Text Example
White with #AC0DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DD4; }
p { color: rgb(172,13,212); }
H1.HeaderClassName
{
color: #AC0DD4;
}
.AnyTagClassName
{
color: #AC0DD4;
}
</style>
background-color css
<style>
a { background-color: #AC0DD4; }
a { background-color: rgb(172,13,212); }
div.DivClassName
{
background-color: #AC0DD4;
}
.BgClassName
{
background-color: #AC0DD4;
}
</style>
border-color css
<style>
span { border-color: #AC0DD4; }
span { border-color: rgb(172,13,212); }
td.TdClassName
{
border-color: #AC0DD4;
}
.TagClassName
{
border-color: #AC0DD4;
}
</style>