Shades of Dark Violet #AA02BA
Tints of Dark Violet #AA02BA
RGB
CMYK
RGB Variations
Color information
#AA02BA (or 0xAA02BA) is known color: Dark Violet. HEX triplet: AA, 02 and BA. RGB value is (170,2,186). Sum of RGB (Red+Green+Blue) = 170+2+186=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA02BA is #55FD45. Grayscale: #484848. Windows color (decimal): -5635398 or 12190378. OLE color: 12190378.
HSL color Cylindrical-coordinate representation of color #AA02BA: hue angle of 294.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02BA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 2 | 186 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.27 |
| HSL | 294.78º | 0.98% | 0.37% | - |
| HSV(B) | 294.78º | 0.99% | 0.73% | - |
| XYZ | 25.46 | 12.13 | 47.45 | - |
| YUV | 73.21 | 191.66 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 186 | 0.09 | 0.99 | 0 | 0.27 | 294.78 | 0.98 | 0.37 |
| Hex | AA | 2 | BA | 9 | 63 | 0 | 1B | 127 | 62 | 25 |
| Octal | 252 | 2 | 272 | 11 | 143 | 0 | 33 | 447 | 142 | 45 |
| Binary | 10101010 | 10 | 10111010 | 1001 | 1100011 | 0 | 11011 | 100100111 | 1100010 | 100101 |
Color Harmonies of #AA02BA
Complementary color
Monochromatic Colors of #AA02BA
Black with #AA02BA
Text Example
Text Example
White with #AA02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02BA; }
p { color: rgb(170,2,186); }
H1.HeaderClassName
{
color: #AA02BA;
}
.AnyTagClassName
{
color: #AA02BA;
}
</style>
background-color css
<style>
a { background-color: #AA02BA; }
a { background-color: rgb(170,2,186); }
div.DivClassName
{
background-color: #AA02BA;
}
.BgClassName
{
background-color: #AA02BA;
}
</style>
border-color css
<style>
span { border-color: #AA02BA; }
span { border-color: rgb(170,2,186); }
td.TdClassName
{
border-color: #AA02BA;
}
.TagClassName
{
border-color: #AA02BA;
}
</style>