Shades of Dark Violet #AA0BCB
Tints of Dark Violet #AA0BCB
RGB
CMYK
RGB Variations
Color information
#AA0BCB (or 0xAA0BCB) is known color: Dark Violet. HEX triplet: AA, 0B and CB. RGB value is (170,11,203). Sum of RGB (Red+Green+Blue) = 170+11+203=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0BCB is #55F434. Grayscale: #4F4F4F. Windows color (decimal): -5633077 or 13306794. OLE color: 13306794.
HSL color Cylindrical-coordinate representation of color #AA0BCB: hue angle of 289.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0BCB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 11 | 203 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.20 |
| HSL | 289.69º | 0.9% | 0.42% | - |
| HSV(B) | 289.69º | 0.95% | 0.8% | - |
| XYZ | 27.48 | 13.1 | 57.58 | - |
| YUV | 80.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 203 | 0.16 | 0.95 | 0 | 0.20 | 289.69 | 0.9 | 0.42 |
| Hex | AA | B | CB | 10 | 5F | 0 | 14 | 122 | 5A | 2A |
| Octal | 252 | 13 | 313 | 20 | 137 | 0 | 24 | 442 | 132 | 52 |
| Binary | 10101010 | 1011 | 11001011 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011010 | 101010 |
Color Harmonies of #AA0BCB
Complementary color
Monochromatic Colors of #AA0BCB
Black with #AA0BCB
Text Example
Text Example
White with #AA0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BCB; }
p { color: rgb(170,11,203); }
H1.HeaderClassName
{
color: #AA0BCB;
}
.AnyTagClassName
{
color: #AA0BCB;
}
</style>
background-color css
<style>
a { background-color: #AA0BCB; }
a { background-color: rgb(170,11,203); }
div.DivClassName
{
background-color: #AA0BCB;
}
.BgClassName
{
background-color: #AA0BCB;
}
</style>
border-color css
<style>
span { border-color: #AA0BCB; }
span { border-color: rgb(170,11,203); }
td.TdClassName
{
border-color: #AA0BCB;
}
.TagClassName
{
border-color: #AA0BCB;
}
</style>