Shades of Dark Violet #AC02C4
Tints of Dark Violet #AC02C4
RGB
CMYK
RGB Variations
Color information
#AC02C4 (or 0xAC02C4) is known color: Dark Violet. HEX triplet: AC, 02 and C4. RGB value is (172,2,196). Sum of RGB (Red+Green+Blue) = 172+2+196=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC02C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02C4 is #53FD3B. Grayscale: #4A4A4A. Windows color (decimal): -5504316 or 12845740. OLE color: 12845740.
HSL color Cylindrical-coordinate representation of color #AC02C4: hue angle of 292.58º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02C4 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 2 | 196 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.23 |
| HSL | 292.58º | 0.98% | 0.39% | - |
| HSV(B) | 292.58º | 0.99% | 0.77% | - |
| XYZ | 27 | 12.8 | 53.27 | - |
| YUV | 74.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 196 | 0.12 | 0.99 | 0 | 0.23 | 292.58 | 0.98 | 0.39 |
| Hex | AC | 2 | C4 | C | 63 | 0 | 17 | 125 | 62 | 27 |
| Octal | 254 | 2 | 304 | 14 | 143 | 0 | 27 | 445 | 142 | 47 |
| Binary | 10101100 | 10 | 11000100 | 1100 | 1100011 | 0 | 10111 | 100100101 | 1100010 | 100111 |
Color Harmonies of #AC02C4
Complementary color
Monochromatic Colors of #AC02C4
Black with #AC02C4
Text Example
Text Example
White with #AC02C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02C4; }
p { color: rgb(172,2,196); }
H1.HeaderClassName
{
color: #AC02C4;
}
.AnyTagClassName
{
color: #AC02C4;
}
</style>
background-color css
<style>
a { background-color: #AC02C4; }
a { background-color: rgb(172,2,196); }
div.DivClassName
{
background-color: #AC02C4;
}
.BgClassName
{
background-color: #AC02C4;
}
</style>
border-color css
<style>
span { border-color: #AC02C4; }
span { border-color: rgb(172,2,196); }
td.TdClassName
{
border-color: #AC02C4;
}
.TagClassName
{
border-color: #AC02C4;
}
</style>