Shades of Dark Violet #A00BBC
Tints of Dark Violet #A00BBC
RGB
CMYK
RGB Variations
Color information
#A00BBC (or 0xA00BBC) is known color: Dark Violet. HEX triplet: A0, 0B and BC. RGB value is (160,11,188). Sum of RGB (Red+Green+Blue) = 160+11+188=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BBC is #5FF443. Grayscale: #4B4B4B. Windows color (decimal): -6288452 or 12323744. OLE color: 12323744.
HSL color Cylindrical-coordinate representation of color #A00BBC: hue angle of 290.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BBC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 11 | 188 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.26 |
| HSL | 290.51º | 0.89% | 0.39% | - |
| HSV(B) | 290.51º | 0.94% | 0.74% | - |
| XYZ | 23.69 | 11.34 | 48.52 | - |
| YUV | 75.73 | 191.36 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 188 | 0.15 | 0.94 | 0 | 0.26 | 290.51 | 0.89 | 0.39 |
| Hex | A0 | B | BC | F | 5E | 0 | 1A | 123 | 59 | 27 |
| Octal | 240 | 13 | 274 | 17 | 136 | 0 | 32 | 443 | 131 | 47 |
| Binary | 10100000 | 1011 | 10111100 | 1111 | 1011110 | 0 | 11010 | 100100011 | 1011001 | 100111 |
Color Harmonies of #A00BBC
Complementary color
Monochromatic Colors of #A00BBC
Black with #A00BBC
Text Example
Text Example
White with #A00BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BBC; }
p { color: rgb(160,11,188); }
H1.HeaderClassName
{
color: #A00BBC;
}
.AnyTagClassName
{
color: #A00BBC;
}
</style>
background-color css
<style>
a { background-color: #A00BBC; }
a { background-color: rgb(160,11,188); }
div.DivClassName
{
background-color: #A00BBC;
}
.BgClassName
{
background-color: #A00BBC;
}
</style>
border-color css
<style>
span { border-color: #A00BBC; }
span { border-color: rgb(160,11,188); }
td.TdClassName
{
border-color: #A00BBC;
}
.TagClassName
{
border-color: #A00BBC;
}
</style>