Shades of Dark Violet #AA0BD3
Tints of Dark Violet #AA0BD3
RGB
CMYK
RGB Variations
Color information
#AA0BD3 (or 0xAA0BD3) is known color: Dark Violet. HEX triplet: AA, 0B and D3. RGB value is (170,11,211). Sum of RGB (Red+Green+Blue) = 170+11+211=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA0BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BD3 is #55F42C. Grayscale: #505050. Windows color (decimal): -5633069 or 13831082. OLE color: 13831082.
HSL color Cylindrical-coordinate representation of color #AA0BD3: hue angle of 287.7º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0BD3 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 11 | 211 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.17 |
| HSL | 287.7º | 0.9% | 0.44% | - |
| HSV(B) | 287.7º | 0.95% | 0.83% | - |
| XYZ | 28.46 | 13.49 | 62.73 | - |
| YUV | 81.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 211 | 0.19 | 0.95 | 0 | 0.17 | 287.7 | 0.9 | 0.44 |
| Hex | AA | B | D3 | 13 | 5F | 0 | 11 | 120 | 5A | 2C |
| Octal | 252 | 13 | 323 | 23 | 137 | 0 | 21 | 440 | 132 | 54 |
| Binary | 10101010 | 1011 | 11010011 | 10011 | 1011111 | 0 | 10001 | 100100000 | 1011010 | 101100 |
Color Harmonies of #AA0BD3
Complementary color
Monochromatic Colors of #AA0BD3
Black with #AA0BD3
Text Example
Text Example
White with #AA0BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BD3; }
p { color: rgb(170,11,211); }
H1.HeaderClassName
{
color: #AA0BD3;
}
.AnyTagClassName
{
color: #AA0BD3;
}
</style>
background-color css
<style>
a { background-color: #AA0BD3; }
a { background-color: rgb(170,11,211); }
div.DivClassName
{
background-color: #AA0BD3;
}
.BgClassName
{
background-color: #AA0BD3;
}
</style>
border-color css
<style>
span { border-color: #AA0BD3; }
span { border-color: rgb(170,11,211); }
td.TdClassName
{
border-color: #AA0BD3;
}
.TagClassName
{
border-color: #AA0BD3;
}
</style>