Shades of Dark Violet #AA03D2
Tints of Dark Violet #AA03D2
RGB
CMYK
RGB Variations
Color information
#AA03D2 (or 0xAA03D2) is known color: Dark Violet. HEX triplet: AA, 03 and D2. RGB value is (170,3,210). Sum of RGB (Red+Green+Blue) = 170+3+210=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA03D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03D2 is #55FC2D. Grayscale: #4B4B4B. Windows color (decimal): -5635118 or 13763498. OLE color: 13763498.
HSL color Cylindrical-coordinate representation of color #AA03D2: hue angle of 288.41º 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 #AA03D2 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 3 | 210 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.18 |
| HSL | 288.41º | 0.97% | 0.42% | - |
| HSV(B) | 288.41º | 0.99% | 0.82% | - |
| XYZ | 28.24 | 13.26 | 62.04 | - |
| YUV | 76.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 210 | 0.19 | 0.99 | 0 | 0.18 | 288.41 | 0.97 | 0.42 |
| Hex | AA | 3 | D2 | 13 | 63 | 0 | 12 | 120 | 61 | 2A |
| Octal | 252 | 3 | 322 | 23 | 143 | 0 | 22 | 440 | 141 | 52 |
| Binary | 10101010 | 11 | 11010010 | 10011 | 1100011 | 0 | 10010 | 100100000 | 1100001 | 101010 |
Color Harmonies of #AA03D2
Complementary color
Monochromatic Colors of #AA03D2
Black with #AA03D2
Text Example
Text Example
White with #AA03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03D2; }
p { color: rgb(170,3,210); }
H1.HeaderClassName
{
color: #AA03D2;
}
.AnyTagClassName
{
color: #AA03D2;
}
</style>
background-color css
<style>
a { background-color: #AA03D2; }
a { background-color: rgb(170,3,210); }
div.DivClassName
{
background-color: #AA03D2;
}
.BgClassName
{
background-color: #AA03D2;
}
</style>
border-color css
<style>
span { border-color: #AA03D2; }
span { border-color: rgb(170,3,210); }
td.TdClassName
{
border-color: #AA03D2;
}
.TagClassName
{
border-color: #AA03D2;
}
</style>