Shades of Dark Violet #AA03D9
Tints of Dark Violet #AA03D9
RGB
CMYK
RGB Variations
Color information
#AA03D9 (or 0xAA03D9) is known color: Dark Violet. HEX triplet: AA, 03 and D9. RGB value is (170,3,217). Sum of RGB (Red+Green+Blue) = 170+3+217=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA03D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03D9 is #55FC26. Grayscale: #4C4C4C. Windows color (decimal): -5635111 or 14222250. OLE color: 14222250.
HSL color Cylindrical-coordinate representation of color #AA03D9: hue angle of 286.82º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03D9 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 3 | 217 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.15 |
| HSL | 286.82º | 0.97% | 0.43% | - |
| HSV(B) | 286.82º | 0.99% | 0.85% | - |
| XYZ | 29.13 | 13.62 | 66.74 | - |
| YUV | 77.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 217 | 0.22 | 0.99 | 0 | 0.15 | 286.82 | 0.97 | 0.43 |
| Hex | AA | 3 | D9 | 16 | 63 | 0 | F | 11F | 61 | 2B |
| Octal | 252 | 3 | 331 | 26 | 143 | 0 | 17 | 437 | 141 | 53 |
| Binary | 10101010 | 11 | 11011001 | 10110 | 1100011 | 0 | 1111 | 100011111 | 1100001 | 101011 |
Color Harmonies of #AA03D9
Complementary color
Monochromatic Colors of #AA03D9
Black with #AA03D9
Text Example
Text Example
White with #AA03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03D9; }
p { color: rgb(170,3,217); }
H1.HeaderClassName
{
color: #AA03D9;
}
.AnyTagClassName
{
color: #AA03D9;
}
</style>
background-color css
<style>
a { background-color: #AA03D9; }
a { background-color: rgb(170,3,217); }
div.DivClassName
{
background-color: #AA03D9;
}
.BgClassName
{
background-color: #AA03D9;
}
</style>
border-color css
<style>
span { border-color: #AA03D9; }
span { border-color: rgb(170,3,217); }
td.TdClassName
{
border-color: #AA03D9;
}
.TagClassName
{
border-color: #AA03D9;
}
</style>