Shades of Dark Violet #AA05D1
Tints of Dark Violet #AA05D1
RGB
CMYK
RGB Variations
Color information
#AA05D1 (or 0xAA05D1) is known color: Dark Violet. HEX triplet: AA, 05 and D1. RGB value is (170,5,209). Sum of RGB (Red+Green+Blue) = 170+5+209=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA05D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05D1 is #55FA2E. Grayscale: #4C4C4C. Windows color (decimal): -5634607 or 13698474. OLE color: 13698474.
HSL color Cylindrical-coordinate representation of color #AA05D1: hue angle of 288.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05D1 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 5 | 209 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.18 |
| HSL | 288.53º | 0.95% | 0.42% | - |
| HSV(B) | 288.53º | 0.98% | 0.82% | - |
| XYZ | 28.14 | 13.26 | 61.4 | - |
| YUV | 77.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 209 | 0.19 | 0.98 | 0 | 0.18 | 288.53 | 0.95 | 0.42 |
| Hex | AA | 5 | D1 | 13 | 62 | 0 | 12 | 121 | 5F | 2A |
| Octal | 252 | 5 | 321 | 23 | 142 | 0 | 22 | 441 | 137 | 52 |
| Binary | 10101010 | 101 | 11010001 | 10011 | 1100010 | 0 | 10010 | 100100001 | 1011111 | 101010 |
Color Harmonies of #AA05D1
Complementary color
Monochromatic Colors of #AA05D1
Black with #AA05D1
Text Example
Text Example
White with #AA05D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05D1; }
p { color: rgb(170,5,209); }
H1.HeaderClassName
{
color: #AA05D1;
}
.AnyTagClassName
{
color: #AA05D1;
}
</style>
background-color css
<style>
a { background-color: #AA05D1; }
a { background-color: rgb(170,5,209); }
div.DivClassName
{
background-color: #AA05D1;
}
.BgClassName
{
background-color: #AA05D1;
}
</style>
border-color css
<style>
span { border-color: #AA05D1; }
span { border-color: rgb(170,5,209); }
td.TdClassName
{
border-color: #AA05D1;
}
.TagClassName
{
border-color: #AA05D1;
}
</style>