Shades of Dark Violet #AA05C9
Tints of Dark Violet #AA05C9
RGB
CMYK
RGB Variations
Color information
#AA05C9 (or 0xAA05C9) is known color: Dark Violet. HEX triplet: AA, 05 and C9. RGB value is (170,5,201). Sum of RGB (Red+Green+Blue) = 170+5+201=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA05C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05C9 is #55FA36. Grayscale: #4C4C4C. Windows color (decimal): -5634615 or 13174186. OLE color: 13174186.
HSL color Cylindrical-coordinate representation of color #AA05C9: hue angle of 290.51º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05C9 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 5 | 201 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.21 |
| HSL | 290.51º | 0.95% | 0.4% | - |
| HSV(B) | 290.51º | 0.98% | 0.79% | - |
| XYZ | 27.17 | 12.87 | 56.31 | - |
| YUV | 76.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 201 | 0.15 | 0.98 | 0 | 0.21 | 290.51 | 0.95 | 0.4 |
| Hex | AA | 5 | C9 | F | 62 | 0 | 15 | 123 | 5F | 28 |
| Octal | 252 | 5 | 311 | 17 | 142 | 0 | 25 | 443 | 137 | 50 |
| Binary | 10101010 | 101 | 11001001 | 1111 | 1100010 | 0 | 10101 | 100100011 | 1011111 | 101000 |
Color Harmonies of #AA05C9
Complementary color
Monochromatic Colors of #AA05C9
Black with #AA05C9
Text Example
Text Example
White with #AA05C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05C9; }
p { color: rgb(170,5,201); }
H1.HeaderClassName
{
color: #AA05C9;
}
.AnyTagClassName
{
color: #AA05C9;
}
</style>
background-color css
<style>
a { background-color: #AA05C9; }
a { background-color: rgb(170,5,201); }
div.DivClassName
{
background-color: #AA05C9;
}
.BgClassName
{
background-color: #AA05C9;
}
</style>
border-color css
<style>
span { border-color: #AA05C9; }
span { border-color: rgb(170,5,201); }
td.TdClassName
{
border-color: #AA05C9;
}
.TagClassName
{
border-color: #AA05C9;
}
</style>