Shades of Dark Violet #A00BBA
Tints of Dark Violet #A00BBA
RGB
CMYK
RGB Variations
Color information
#A00BBA (or 0xA00BBA) is known color: Dark Violet. HEX triplet: A0, 0B and BA. RGB value is (160,11,186). Sum of RGB (Red+Green+Blue) = 160+11+186=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A00BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BBA is #5FF445. Grayscale: #4A4A4A. Windows color (decimal): -6288454 or 12192672. OLE color: 12192672.
HSL color Cylindrical-coordinate representation of color #A00BBA: hue angle of 291.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BBA is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 11 | 186 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.27 |
| HSL | 291.09º | 0.89% | 0.39% | - |
| HSV(B) | 291.09º | 0.94% | 0.73% | - |
| XYZ | 23.48 | 11.26 | 47.39 | - |
| YUV | 75.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 186 | 0.14 | 0.94 | 0 | 0.27 | 291.09 | 0.89 | 0.39 |
| Hex | A0 | B | BA | E | 5E | 0 | 1B | 123 | 59 | 27 |
| Octal | 240 | 13 | 272 | 16 | 136 | 0 | 33 | 443 | 131 | 47 |
| Binary | 10100000 | 1011 | 10111010 | 1110 | 1011110 | 0 | 11011 | 100100011 | 1011001 | 100111 |
Color Harmonies of #A00BBA
Complementary color
Monochromatic Colors of #A00BBA
Black with #A00BBA
Text Example
Text Example
White with #A00BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BBA; }
p { color: rgb(160,11,186); }
H1.HeaderClassName
{
color: #A00BBA;
}
.AnyTagClassName
{
color: #A00BBA;
}
</style>
background-color css
<style>
a { background-color: #A00BBA; }
a { background-color: rgb(160,11,186); }
div.DivClassName
{
background-color: #A00BBA;
}
.BgClassName
{
background-color: #A00BBA;
}
</style>
border-color css
<style>
span { border-color: #A00BBA; }
span { border-color: rgb(160,11,186); }
td.TdClassName
{
border-color: #A00BBA;
}
.TagClassName
{
border-color: #A00BBA;
}
</style>