Shades of Dark Violet #A00BB8
Tints of Dark Violet #A00BB8
RGB
CMYK
RGB Variations
Color information
#A00BB8 (or 0xA00BB8) is known color: Dark Violet. HEX triplet: A0, 0B and B8. RGB value is (160,11,184). Sum of RGB (Red+Green+Blue) = 160+11+184=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #A00BB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BB8 is #5FF447. Grayscale: #4A4A4A. Windows color (decimal): -6288456 or 12061600. OLE color: 12061600.
HSL color Cylindrical-coordinate representation of color #A00BB8: hue angle of 291.68º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BB8 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 11 | 184 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.28 |
| HSL | 291.68º | 0.89% | 0.38% | - |
| HSV(B) | 291.68º | 0.94% | 0.72% | - |
| XYZ | 23.27 | 11.17 | 46.28 | - |
| YUV | 75.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 184 | 0.13 | 0.94 | 0 | 0.28 | 291.68 | 0.89 | 0.38 |
| Hex | A0 | B | B8 | D | 5E | 0 | 1C | 124 | 59 | 26 |
| Octal | 240 | 13 | 270 | 15 | 136 | 0 | 34 | 444 | 131 | 46 |
| Binary | 10100000 | 1011 | 10111000 | 1101 | 1011110 | 0 | 11100 | 100100100 | 1011001 | 100110 |
Color Harmonies of #A00BB8
Complementary color
Monochromatic Colors of #A00BB8
Black with #A00BB8
Text Example
Text Example
White with #A00BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BB8; }
p { color: rgb(160,11,184); }
H1.HeaderClassName
{
color: #A00BB8;
}
.AnyTagClassName
{
color: #A00BB8;
}
</style>
background-color css
<style>
a { background-color: #A00BB8; }
a { background-color: rgb(160,11,184); }
div.DivClassName
{
background-color: #A00BB8;
}
.BgClassName
{
background-color: #A00BB8;
}
</style>
border-color css
<style>
span { border-color: #A00BB8; }
span { border-color: rgb(160,11,184); }
td.TdClassName
{
border-color: #A00BB8;
}
.TagClassName
{
border-color: #A00BB8;
}
</style>