Shades of Dark Violet #AA04BA
Tints of Dark Violet #AA04BA
RGB
CMYK
RGB Variations
Color information
#AA04BA (or 0xAA04BA) is known color: Dark Violet. HEX triplet: AA, 04 and BA. RGB value is (170,4,186). Sum of RGB (Red+Green+Blue) = 170+4+186=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04BA is #55FB45. Grayscale: #494949. Windows color (decimal): -5634886 or 12190890. OLE color: 12190890.
HSL color Cylindrical-coordinate representation of color #AA04BA: hue angle of 294.73º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04BA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 4 | 186 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.27 |
| HSL | 294.73º | 0.96% | 0.37% | - |
| HSV(B) | 294.73º | 0.98% | 0.73% | - |
| XYZ | 25.48 | 12.18 | 47.46 | - |
| YUV | 74.38 | 191 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 186 | 0.09 | 0.98 | 0 | 0.27 | 294.73 | 0.96 | 0.37 |
| Hex | AA | 4 | BA | 9 | 62 | 0 | 1B | 127 | 60 | 25 |
| Octal | 252 | 4 | 272 | 11 | 142 | 0 | 33 | 447 | 140 | 45 |
| Binary | 10101010 | 100 | 10111010 | 1001 | 1100010 | 0 | 11011 | 100100111 | 1100000 | 100101 |
Color Harmonies of #AA04BA
Complementary color
Monochromatic Colors of #AA04BA
Black with #AA04BA
Text Example
Text Example
White with #AA04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04BA; }
p { color: rgb(170,4,186); }
H1.HeaderClassName
{
color: #AA04BA;
}
.AnyTagClassName
{
color: #AA04BA;
}
</style>
background-color css
<style>
a { background-color: #AA04BA; }
a { background-color: rgb(170,4,186); }
div.DivClassName
{
background-color: #AA04BA;
}
.BgClassName
{
background-color: #AA04BA;
}
</style>
border-color css
<style>
span { border-color: #AA04BA; }
span { border-color: rgb(170,4,186); }
td.TdClassName
{
border-color: #AA04BA;
}
.TagClassName
{
border-color: #AA04BA;
}
</style>