Shades of Dark Violet #AC03D2
Tints of Dark Violet #AC03D2
RGB
CMYK
RGB Variations
Color information
#AC03D2 (or 0xAC03D2) is known color: Dark Violet. HEX triplet: AC, 03 and D2. RGB value is (172,3,210). Sum of RGB (Red+Green+Blue) = 172+3+210=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC03D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03D2 is #53FC2D. Grayscale: #4C4C4C. Windows color (decimal): -5504046 or 13763500. OLE color: 13763500.
HSL color Cylindrical-coordinate representation of color #AC03D2: hue angle of 288.99º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03D2 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 3 | 210 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.18 |
| HSL | 288.99º | 0.97% | 0.42% | - |
| HSV(B) | 288.99º | 0.99% | 0.82% | - |
| XYZ | 28.68 | 13.49 | 62.06 | - |
| YUV | 77.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 210 | 0.18 | 0.99 | 0 | 0.18 | 288.99 | 0.97 | 0.42 |
| Hex | AC | 3 | D2 | 12 | 63 | 0 | 12 | 121 | 61 | 2A |
| Octal | 254 | 3 | 322 | 22 | 143 | 0 | 22 | 441 | 141 | 52 |
| Binary | 10101100 | 11 | 11010010 | 10010 | 1100011 | 0 | 10010 | 100100001 | 1100001 | 101010 |
Color Harmonies of #AC03D2
Complementary color
Monochromatic Colors of #AC03D2
Black with #AC03D2
Text Example
Text Example
White with #AC03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03D2; }
p { color: rgb(172,3,210); }
H1.HeaderClassName
{
color: #AC03D2;
}
.AnyTagClassName
{
color: #AC03D2;
}
</style>
background-color css
<style>
a { background-color: #AC03D2; }
a { background-color: rgb(172,3,210); }
div.DivClassName
{
background-color: #AC03D2;
}
.BgClassName
{
background-color: #AC03D2;
}
</style>
border-color css
<style>
span { border-color: #AC03D2; }
span { border-color: rgb(172,3,210); }
td.TdClassName
{
border-color: #AC03D2;
}
.TagClassName
{
border-color: #AC03D2;
}
</style>