Shades of Dark Violet #A00BB9
Tints of Dark Violet #A00BB9
RGB
CMYK
RGB Variations
Color information
#A00BB9 (or 0xA00BB9) is known color: Dark Violet. HEX triplet: A0, 0B and B9. RGB value is (160,11,185). Sum of RGB (Red+Green+Blue) = 160+11+185=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A00BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BB9 is #5FF446. Grayscale: #4A4A4A. Windows color (decimal): -6288455 or 12127136. OLE color: 12127136.
HSL color Cylindrical-coordinate representation of color #A00BB9: hue angle of 291.38º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BB9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 11 | 185 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.27 |
| HSL | 291.38º | 0.89% | 0.38% | - |
| HSV(B) | 291.38º | 0.94% | 0.73% | - |
| XYZ | 23.37 | 11.22 | 46.83 | - |
| YUV | 75.39 | 189.86 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 185 | 0.14 | 0.94 | 0 | 0.27 | 291.38 | 0.89 | 0.38 |
| Hex | A0 | B | B9 | E | 5E | 0 | 1B | 123 | 59 | 26 |
| Octal | 240 | 13 | 271 | 16 | 136 | 0 | 33 | 443 | 131 | 46 |
| Binary | 10100000 | 1011 | 10111001 | 1110 | 1011110 | 0 | 11011 | 100100011 | 1011001 | 100110 |
Color Harmonies of #A00BB9
Complementary color
Monochromatic Colors of #A00BB9
Black with #A00BB9
Text Example
Text Example
White with #A00BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BB9; }
p { color: rgb(160,11,185); }
H1.HeaderClassName
{
color: #A00BB9;
}
.AnyTagClassName
{
color: #A00BB9;
}
</style>
background-color css
<style>
a { background-color: #A00BB9; }
a { background-color: rgb(160,11,185); }
div.DivClassName
{
background-color: #A00BB9;
}
.BgClassName
{
background-color: #A00BB9;
}
</style>
border-color css
<style>
span { border-color: #A00BB9; }
span { border-color: rgb(160,11,185); }
td.TdClassName
{
border-color: #A00BB9;
}
.TagClassName
{
border-color: #A00BB9;
}
</style>