Shades of Dark Violet #AA05CA
Tints of Dark Violet #AA05CA
RGB
CMYK
RGB Variations
Color information
#AA05CA (or 0xAA05CA) is known color: Dark Violet. HEX triplet: AA, 05 and CA. RGB value is (170,5,202). Sum of RGB (Red+Green+Blue) = 170+5+202=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA05CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05CA is #55FA35. Grayscale: #4C4C4C. Windows color (decimal): -5634614 or 13239722. OLE color: 13239722.
HSL color Cylindrical-coordinate representation of color #AA05CA: hue angle of 290.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05CA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 5 | 202 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.21 |
| HSL | 290.25º | 0.95% | 0.41% | - |
| HSV(B) | 290.25º | 0.98% | 0.79% | - |
| XYZ | 27.29 | 12.92 | 56.93 | - |
| YUV | 76.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 202 | 0.16 | 0.98 | 0 | 0.21 | 290.25 | 0.95 | 0.41 |
| Hex | AA | 5 | CA | 10 | 62 | 0 | 15 | 122 | 5F | 29 |
| Octal | 252 | 5 | 312 | 20 | 142 | 0 | 25 | 442 | 137 | 51 |
| Binary | 10101010 | 101 | 11001010 | 10000 | 1100010 | 0 | 10101 | 100100010 | 1011111 | 101001 |
Color Harmonies of #AA05CA
Complementary color
Monochromatic Colors of #AA05CA
Black with #AA05CA
Text Example
Text Example
White with #AA05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05CA; }
p { color: rgb(170,5,202); }
H1.HeaderClassName
{
color: #AA05CA;
}
.AnyTagClassName
{
color: #AA05CA;
}
</style>
background-color css
<style>
a { background-color: #AA05CA; }
a { background-color: rgb(170,5,202); }
div.DivClassName
{
background-color: #AA05CA;
}
.BgClassName
{
background-color: #AA05CA;
}
</style>
border-color css
<style>
span { border-color: #AA05CA; }
span { border-color: rgb(170,5,202); }
td.TdClassName
{
border-color: #AA05CA;
}
.TagClassName
{
border-color: #AA05CA;
}
</style>