Shades of Dark Violet #AC02CB
Tints of Dark Violet #AC02CB
RGB
CMYK
RGB Variations
Color information
#AC02CB (or 0xAC02CB) is known color: Dark Violet. HEX triplet: AC, 02 and CB. RGB value is (172,2,203). Sum of RGB (Red+Green+Blue) = 172+2+203=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC02CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02CB is #53FD34. Grayscale: #4B4B4B. Windows color (decimal): -5504309 or 13304492. OLE color: 13304492.
HSL color Cylindrical-coordinate representation of color #AC02CB: hue angle of 290.75º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02CB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 2 | 203 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.20 |
| HSL | 290.75º | 0.98% | 0.4% | - |
| HSV(B) | 290.75º | 0.99% | 0.8% | - |
| XYZ | 27.81 | 13.13 | 57.57 | - |
| YUV | 75.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 203 | 0.15 | 0.99 | 0 | 0.20 | 290.75 | 0.98 | 0.4 |
| Hex | AC | 2 | CB | F | 63 | 0 | 14 | 123 | 62 | 28 |
| Octal | 254 | 2 | 313 | 17 | 143 | 0 | 24 | 443 | 142 | 50 |
| Binary | 10101100 | 10 | 11001011 | 1111 | 1100011 | 0 | 10100 | 100100011 | 1100010 | 101000 |
Color Harmonies of #AC02CB
Complementary color
Monochromatic Colors of #AC02CB
Black with #AC02CB
Text Example
Text Example
White with #AC02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02CB; }
p { color: rgb(172,2,203); }
H1.HeaderClassName
{
color: #AC02CB;
}
.AnyTagClassName
{
color: #AC02CB;
}
</style>
background-color css
<style>
a { background-color: #AC02CB; }
a { background-color: rgb(172,2,203); }
div.DivClassName
{
background-color: #AC02CB;
}
.BgClassName
{
background-color: #AC02CB;
}
</style>
border-color css
<style>
span { border-color: #AC02CB; }
span { border-color: rgb(172,2,203); }
td.TdClassName
{
border-color: #AC02CB;
}
.TagClassName
{
border-color: #AC02CB;
}
</style>