Shades of Dark Violet #AC02D4
Tints of Dark Violet #AC02D4
RGB
CMYK
RGB Variations
Color information
#AC02D4 (or 0xAC02D4) is known color: Dark Violet. HEX triplet: AC, 02 and D4. RGB value is (172,2,212). Sum of RGB (Red+Green+Blue) = 172+2+212=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC02D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02D4 is #53FD2B. Grayscale: #4C4C4C. Windows color (decimal): -5504300 or 13894316. OLE color: 13894316.
HSL color Cylindrical-coordinate representation of color #AC02D4: hue angle of 288.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02D4 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 2 | 212 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.17 |
| HSL | 288.57º | 0.98% | 0.42% | - |
| HSV(B) | 288.57º | 0.99% | 0.83% | - |
| XYZ | 28.92 | 13.57 | 63.38 | - |
| YUV | 76.77 | 204.32 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 212 | 0.19 | 0.99 | 0 | 0.17 | 288.57 | 0.98 | 0.42 |
| Hex | AC | 2 | D4 | 13 | 63 | 0 | 11 | 121 | 62 | 2A |
| Octal | 254 | 2 | 324 | 23 | 143 | 0 | 21 | 441 | 142 | 52 |
| Binary | 10101100 | 10 | 11010100 | 10011 | 1100011 | 0 | 10001 | 100100001 | 1100010 | 101010 |
Color Harmonies of #AC02D4
Complementary color
Monochromatic Colors of #AC02D4
Black with #AC02D4
Text Example
Text Example
White with #AC02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02D4; }
p { color: rgb(172,2,212); }
H1.HeaderClassName
{
color: #AC02D4;
}
.AnyTagClassName
{
color: #AC02D4;
}
</style>
background-color css
<style>
a { background-color: #AC02D4; }
a { background-color: rgb(172,2,212); }
div.DivClassName
{
background-color: #AC02D4;
}
.BgClassName
{
background-color: #AC02D4;
}
</style>
border-color css
<style>
span { border-color: #AC02D4; }
span { border-color: rgb(172,2,212); }
td.TdClassName
{
border-color: #AC02D4;
}
.TagClassName
{
border-color: #AC02D4;
}
</style>