Shades of Dark Violet #A00BCE
Tints of Dark Violet #A00BCE
RGB
CMYK
RGB Variations
Color information
#A00BCE (or 0xA00BCE) is known color: Dark Violet. HEX triplet: A0, 0B and CE. RGB value is (160,11,206). Sum of RGB (Red+Green+Blue) = 160+11+206=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #A00BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BCE is #5FF431. Grayscale: #4D4D4D. Windows color (decimal): -6288434 or 13503392. OLE color: 13503392.
HSL color Cylindrical-coordinate representation of color #A00BCE: hue angle of 285.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BCE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 11 | 206 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.19 |
| HSL | 285.85º | 0.9% | 0.43% | - |
| HSV(B) | 285.85º | 0.95% | 0.81% | - |
| XYZ | 25.76 | 12.17 | 59.38 | - |
| YUV | 77.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 206 | 0.22 | 0.95 | 0 | 0.19 | 285.85 | 0.9 | 0.43 |
| Hex | A0 | B | CE | 16 | 5F | 0 | 13 | 11E | 5A | 2B |
| Octal | 240 | 13 | 316 | 26 | 137 | 0 | 23 | 436 | 132 | 53 |
| Binary | 10100000 | 1011 | 11001110 | 10110 | 1011111 | 0 | 10011 | 100011110 | 1011010 | 101011 |
Color Harmonies of #A00BCE
Complementary color
Monochromatic Colors of #A00BCE
Black with #A00BCE
Text Example
Text Example
White with #A00BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BCE; }
p { color: rgb(160,11,206); }
H1.HeaderClassName
{
color: #A00BCE;
}
.AnyTagClassName
{
color: #A00BCE;
}
</style>
background-color css
<style>
a { background-color: #A00BCE; }
a { background-color: rgb(160,11,206); }
div.DivClassName
{
background-color: #A00BCE;
}
.BgClassName
{
background-color: #A00BCE;
}
</style>
border-color css
<style>
span { border-color: #A00BCE; }
span { border-color: rgb(160,11,206); }
td.TdClassName
{
border-color: #A00BCE;
}
.TagClassName
{
border-color: #A00BCE;
}
</style>