Shades of Dark Violet #AC02CF
Tints of Dark Violet #AC02CF
RGB
CMYK
RGB Variations
Color information
#AC02CF (or 0xAC02CF) is known color: Dark Violet. HEX triplet: AC, 02 and CF. RGB value is (172,2,207). Sum of RGB (Red+Green+Blue) = 172+2+207=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02CF is #53FD30. Grayscale: #4B4B4B. Windows color (decimal): -5504305 or 13566636. OLE color: 13566636.
HSL color Cylindrical-coordinate representation of color #AC02CF: hue angle of 289.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02CF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 2 | 207 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.19 |
| HSL | 289.76º | 0.98% | 0.41% | - |
| HSV(B) | 289.76º | 0.99% | 0.81% | - |
| XYZ | 28.3 | 13.32 | 60.11 | - |
| YUV | 76.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 207 | 0.17 | 0.99 | 0 | 0.19 | 289.76 | 0.98 | 0.41 |
| Hex | AC | 2 | CF | 11 | 63 | 0 | 13 | 122 | 62 | 29 |
| Octal | 254 | 2 | 317 | 21 | 143 | 0 | 23 | 442 | 142 | 51 |
| Binary | 10101100 | 10 | 11001111 | 10001 | 1100011 | 0 | 10011 | 100100010 | 1100010 | 101001 |
Color Harmonies of #AC02CF
Complementary color
Monochromatic Colors of #AC02CF
Black with #AC02CF
Text Example
Text Example
White with #AC02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02CF; }
p { color: rgb(172,2,207); }
H1.HeaderClassName
{
color: #AC02CF;
}
.AnyTagClassName
{
color: #AC02CF;
}
</style>
background-color css
<style>
a { background-color: #AC02CF; }
a { background-color: rgb(172,2,207); }
div.DivClassName
{
background-color: #AC02CF;
}
.BgClassName
{
background-color: #AC02CF;
}
</style>
border-color css
<style>
span { border-color: #AC02CF; }
span { border-color: rgb(172,2,207); }
td.TdClassName
{
border-color: #AC02CF;
}
.TagClassName
{
border-color: #AC02CF;
}
</style>