Shades of Dark Violet #AA0ABB
Tints of Dark Violet #AA0ABB
RGB
CMYK
RGB Variations
Color information
#AA0ABB (or 0xAA0ABB) is known color: Dark Violet. HEX triplet: AA, 0A and BB. RGB value is (170,10,187). Sum of RGB (Red+Green+Blue) = 170+10+187=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ABB is #55F544. Grayscale: #4D4D4D. Windows color (decimal): -5633349 or 12257962. OLE color: 12257962.
HSL color Cylindrical-coordinate representation of color #AA0ABB: hue angle of 294.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ABB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 10 | 187 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.27 |
| HSL | 294.24º | 0.9% | 0.39% | - |
| HSV(B) | 294.24º | 0.95% | 0.73% | - |
| XYZ | 25.66 | 12.35 | 48.05 | - |
| YUV | 78.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 187 | 0.09 | 0.95 | 0 | 0.27 | 294.24 | 0.9 | 0.39 |
| Hex | AA | A | BB | 9 | 5F | 0 | 1B | 126 | 5A | 27 |
| Octal | 252 | 12 | 273 | 11 | 137 | 0 | 33 | 446 | 132 | 47 |
| Binary | 10101010 | 1010 | 10111011 | 1001 | 1011111 | 0 | 11011 | 100100110 | 1011010 | 100111 |
Color Harmonies of #AA0ABB
Complementary color
Monochromatic Colors of #AA0ABB
Black with #AA0ABB
Text Example
Text Example
White with #AA0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ABB; }
p { color: rgb(170,10,187); }
H1.HeaderClassName
{
color: #AA0ABB;
}
.AnyTagClassName
{
color: #AA0ABB;
}
</style>
background-color css
<style>
a { background-color: #AA0ABB; }
a { background-color: rgb(170,10,187); }
div.DivClassName
{
background-color: #AA0ABB;
}
.BgClassName
{
background-color: #AA0ABB;
}
</style>
border-color css
<style>
span { border-color: #AA0ABB; }
span { border-color: rgb(170,10,187); }
td.TdClassName
{
border-color: #AA0ABB;
}
.TagClassName
{
border-color: #AA0ABB;
}
</style>