Shades of Dark Violet #AA05BA
Tints of Dark Violet #AA05BA
RGB
CMYK
RGB Variations
Color information
#AA05BA (or 0xAA05BA) is known color: Dark Violet. HEX triplet: AA, 05 and BA. RGB value is (170,5,186). Sum of RGB (Red+Green+Blue) = 170+5+186=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA05BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05BA is #55FA45. Grayscale: #4A4A4A. Windows color (decimal): -5634630 or 12191146. OLE color: 12191146.
HSL color Cylindrical-coordinate representation of color #AA05BA: hue angle of 294.7º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA05BA is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 5 | 186 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.27 |
| HSL | 294.7º | 0.95% | 0.37% | - |
| HSV(B) | 294.7º | 0.97% | 0.73% | - |
| XYZ | 25.49 | 12.2 | 47.47 | - |
| YUV | 74.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 186 | 0.09 | 0.97 | 0 | 0.27 | 294.7 | 0.95 | 0.37 |
| Hex | AA | 5 | BA | 9 | 61 | 0 | 1B | 127 | 5F | 25 |
| Octal | 252 | 5 | 272 | 11 | 141 | 0 | 33 | 447 | 137 | 45 |
| Binary | 10101010 | 101 | 10111010 | 1001 | 1100001 | 0 | 11011 | 100100111 | 1011111 | 100101 |
Color Harmonies of #AA05BA
Complementary color
Monochromatic Colors of #AA05BA
Black with #AA05BA
Text Example
Text Example
White with #AA05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05BA; }
p { color: rgb(170,5,186); }
H1.HeaderClassName
{
color: #AA05BA;
}
.AnyTagClassName
{
color: #AA05BA;
}
</style>
background-color css
<style>
a { background-color: #AA05BA; }
a { background-color: rgb(170,5,186); }
div.DivClassName
{
background-color: #AA05BA;
}
.BgClassName
{
background-color: #AA05BA;
}
</style>
border-color css
<style>
span { border-color: #AA05BA; }
span { border-color: rgb(170,5,186); }
td.TdClassName
{
border-color: #AA05BA;
}
.TagClassName
{
border-color: #AA05BA;
}
</style>