Shades of Dark Violet #AA0ABE
Tints of Dark Violet #AA0ABE
RGB
CMYK
RGB Variations
Color information
#AA0ABE (or 0xAA0ABE) is known color: Dark Violet. HEX triplet: AA, 0A and BE. RGB value is (170,10,190). Sum of RGB (Red+Green+Blue) = 170+10+190=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ABE is #55F541. Grayscale: #4D4D4D. Windows color (decimal): -5633346 or 12454570. OLE color: 12454570.
HSL color Cylindrical-coordinate representation of color #AA0ABE: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ABE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 10 | 190 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.25 |
| HSL | 293.33º | 0.9% | 0.39% | - |
| HSV(B) | 293.33º | 0.95% | 0.75% | - |
| XYZ | 25.98 | 12.48 | 49.75 | - |
| YUV | 78.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 190 | 0.11 | 0.95 | 0 | 0.25 | 293.33 | 0.9 | 0.39 |
| Hex | AA | A | BE | B | 5F | 0 | 19 | 125 | 5A | 27 |
| Octal | 252 | 12 | 276 | 13 | 137 | 0 | 31 | 445 | 132 | 47 |
| Binary | 10101010 | 1010 | 10111110 | 1011 | 1011111 | 0 | 11001 | 100100101 | 1011010 | 100111 |
Color Harmonies of #AA0ABE
Complementary color
Monochromatic Colors of #AA0ABE
Black with #AA0ABE
Text Example
Text Example
White with #AA0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0ABE; }
p { color: rgb(170,10,190); }
H1.HeaderClassName
{
color: #AA0ABE;
}
.AnyTagClassName
{
color: #AA0ABE;
}
</style>
background-color css
<style>
a { background-color: #AA0ABE; }
a { background-color: rgb(170,10,190); }
div.DivClassName
{
background-color: #AA0ABE;
}
.BgClassName
{
background-color: #AA0ABE;
}
</style>
border-color css
<style>
span { border-color: #AA0ABE; }
span { border-color: rgb(170,10,190); }
td.TdClassName
{
border-color: #AA0ABE;
}
.TagClassName
{
border-color: #AA0ABE;
}
</style>