Shades of Dark Violet #AC02D0
Tints of Dark Violet #AC02D0
RGB
CMYK
RGB Variations
Color information
#AC02D0 (or 0xAC02D0) is known color: Dark Violet. HEX triplet: AC, 02 and D0. RGB value is (172,2,208). Sum of RGB (Red+Green+Blue) = 172+2+208=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC02D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02D0 is #53FD2F. Grayscale: #4B4B4B. Windows color (decimal): -5504304 or 13632172. OLE color: 13632172.
HSL color Cylindrical-coordinate representation of color #AC02D0: hue angle of 289.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02D0 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 2 | 208 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.18 |
| HSL | 289.51º | 0.98% | 0.41% | - |
| HSV(B) | 289.51º | 0.99% | 0.82% | - |
| XYZ | 28.42 | 13.37 | 60.76 | - |
| YUV | 76.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 208 | 0.17 | 0.99 | 0 | 0.18 | 289.51 | 0.98 | 0.41 |
| Hex | AC | 2 | D0 | 11 | 63 | 0 | 12 | 122 | 62 | 29 |
| Octal | 254 | 2 | 320 | 21 | 143 | 0 | 22 | 442 | 142 | 51 |
| Binary | 10101100 | 10 | 11010000 | 10001 | 1100011 | 0 | 10010 | 100100010 | 1100010 | 101001 |
Color Harmonies of #AC02D0
Complementary color
Monochromatic Colors of #AC02D0
Black with #AC02D0
Text Example
Text Example
White with #AC02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02D0; }
p { color: rgb(172,2,208); }
H1.HeaderClassName
{
color: #AC02D0;
}
.AnyTagClassName
{
color: #AC02D0;
}
</style>
background-color css
<style>
a { background-color: #AC02D0; }
a { background-color: rgb(172,2,208); }
div.DivClassName
{
background-color: #AC02D0;
}
.BgClassName
{
background-color: #AC02D0;
}
</style>
border-color css
<style>
span { border-color: #AC02D0; }
span { border-color: rgb(172,2,208); }
td.TdClassName
{
border-color: #AC02D0;
}
.TagClassName
{
border-color: #AC02D0;
}
</style>