Shades of Dark Violet #AA0BDB
Tints of Dark Violet #AA0BDB
RGB
CMYK
RGB Variations
Color information
#AA0BDB (or 0xAA0BDB) is known color: Dark Violet. HEX triplet: AA, 0B and DB. RGB value is (170,11,219). Sum of RGB (Red+Green+Blue) = 170+11+219=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BDB is #55F424. Grayscale: #515151. Windows color (decimal): -5633061 or 14355370. OLE color: 14355370.
HSL color Cylindrical-coordinate representation of color #AA0BDB: hue angle of 285.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0BDB is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 11 | 219 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.14 |
| HSL | 285.87º | 0.9% | 0.45% | - |
| HSV(B) | 285.87º | 0.95% | 0.86% | - |
| XYZ | 29.48 | 13.9 | 68.15 | - |
| YUV | 82.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 219 | 0.22 | 0.95 | 0 | 0.14 | 285.87 | 0.9 | 0.45 |
| Hex | AA | B | DB | 16 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 252 | 13 | 333 | 26 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101010 | 1011 | 11011011 | 10110 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AA0BDB
Complementary color
Monochromatic Colors of #AA0BDB
Black with #AA0BDB
Text Example
Text Example
White with #AA0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BDB; }
p { color: rgb(170,11,219); }
H1.HeaderClassName
{
color: #AA0BDB;
}
.AnyTagClassName
{
color: #AA0BDB;
}
</style>
background-color css
<style>
a { background-color: #AA0BDB; }
a { background-color: rgb(170,11,219); }
div.DivClassName
{
background-color: #AA0BDB;
}
.BgClassName
{
background-color: #AA0BDB;
}
</style>
border-color css
<style>
span { border-color: #AA0BDB; }
span { border-color: rgb(170,11,219); }
td.TdClassName
{
border-color: #AA0BDB;
}
.TagClassName
{
border-color: #AA0BDB;
}
</style>