Shades of Dark Violet #AC02D3
Tints of Dark Violet #AC02D3
RGB
CMYK
RGB Variations
Color information
#AC02D3 (or 0xAC02D3) is known color: Dark Violet. HEX triplet: AC, 02 and D3. RGB value is (172,2,211). Sum of RGB (Red+Green+Blue) = 172+2+211=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC02D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC02D3 is #53FD2C. Grayscale: #4B4B4B. Windows color (decimal): -5504301 or 13828780. OLE color: 13828780.
HSL color Cylindrical-coordinate representation of color #AC02D3: hue angle of 288.8º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02D3 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 2 | 211 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.17 |
| HSL | 288.8º | 0.98% | 0.42% | - |
| HSV(B) | 288.8º | 0.99% | 0.83% | - |
| XYZ | 28.79 | 13.52 | 62.72 | - |
| YUV | 76.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 211 | 0.18 | 0.99 | 0 | 0.17 | 288.8 | 0.98 | 0.42 |
| Hex | AC | 2 | D3 | 12 | 63 | 0 | 11 | 121 | 62 | 2A |
| Octal | 254 | 2 | 323 | 22 | 143 | 0 | 21 | 441 | 142 | 52 |
| Binary | 10101100 | 10 | 11010011 | 10010 | 1100011 | 0 | 10001 | 100100001 | 1100010 | 101010 |
Color Harmonies of #AC02D3
Complementary color
Monochromatic Colors of #AC02D3
Black with #AC02D3
Text Example
Text Example
White with #AC02D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02D3; }
p { color: rgb(172,2,211); }
H1.HeaderClassName
{
color: #AC02D3;
}
.AnyTagClassName
{
color: #AC02D3;
}
</style>
background-color css
<style>
a { background-color: #AC02D3; }
a { background-color: rgb(172,2,211); }
div.DivClassName
{
background-color: #AC02D3;
}
.BgClassName
{
background-color: #AC02D3;
}
</style>
border-color css
<style>
span { border-color: #AC02D3; }
span { border-color: rgb(172,2,211); }
td.TdClassName
{
border-color: #AC02D3;
}
.TagClassName
{
border-color: #AC02D3;
}
</style>