Shades of Dark Violet #AC02C8
Tints of Dark Violet #AC02C8
RGB
CMYK
RGB Variations
Color information
#AC02C8 (or 0xAC02C8) is known color: Dark Violet. HEX triplet: AC, 02 and C8. RGB value is (172,2,200). Sum of RGB (Red+Green+Blue) = 172+2+200=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC02C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02C8 is #53FD37. Grayscale: #4A4A4A. Windows color (decimal): -5504312 or 13107884. OLE color: 13107884.
HSL color Cylindrical-coordinate representation of color #AC02C8: hue angle of 291.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02C8 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 2 | 200 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.22 |
| HSL | 291.52º | 0.98% | 0.4% | - |
| HSV(B) | 291.52º | 0.99% | 0.78% | - |
| XYZ | 27.46 | 12.98 | 55.7 | - |
| YUV | 75.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 200 | 0.14 | 0.99 | 0 | 0.22 | 291.52 | 0.98 | 0.4 |
| Hex | AC | 2 | C8 | E | 63 | 0 | 16 | 124 | 62 | 28 |
| Octal | 254 | 2 | 310 | 16 | 143 | 0 | 26 | 444 | 142 | 50 |
| Binary | 10101100 | 10 | 11001000 | 1110 | 1100011 | 0 | 10110 | 100100100 | 1100010 | 101000 |
Color Harmonies of #AC02C8
Complementary color
Monochromatic Colors of #AC02C8
Black with #AC02C8
Text Example
Text Example
White with #AC02C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02C8; }
p { color: rgb(172,2,200); }
H1.HeaderClassName
{
color: #AC02C8;
}
.AnyTagClassName
{
color: #AC02C8;
}
</style>
background-color css
<style>
a { background-color: #AC02C8; }
a { background-color: rgb(172,2,200); }
div.DivClassName
{
background-color: #AC02C8;
}
.BgClassName
{
background-color: #AC02C8;
}
</style>
border-color css
<style>
span { border-color: #AC02C8; }
span { border-color: rgb(172,2,200); }
td.TdClassName
{
border-color: #AC02C8;
}
.TagClassName
{
border-color: #AC02C8;
}
</style>