Shades of Dark Violet #A00BC1
Tints of Dark Violet #A00BC1
RGB
CMYK
RGB Variations
Color information
#A00BC1 (or 0xA00BC1) is known color: Dark Violet. HEX triplet: A0, 0B and C1. RGB value is (160,11,193). Sum of RGB (Red+Green+Blue) = 160+11+193=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #A00BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BC1 is #5FF43E. Grayscale: #4B4B4B. Windows color (decimal): -6288447 or 12651424. OLE color: 12651424.
HSL color Cylindrical-coordinate representation of color #A00BC1: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00BC1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 11 | 193 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.24 |
| HSL | 289.12º | 0.89% | 0.4% | - |
| HSV(B) | 289.12º | 0.94% | 0.76% | - |
| XYZ | 24.24 | 11.56 | 51.41 | - |
| YUV | 76.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 193 | 0.17 | 0.94 | 0 | 0.24 | 289.12 | 0.89 | 0.4 |
| Hex | A0 | B | C1 | 11 | 5E | 0 | 18 | 121 | 59 | 28 |
| Octal | 240 | 13 | 301 | 21 | 136 | 0 | 30 | 441 | 131 | 50 |
| Binary | 10100000 | 1011 | 11000001 | 10001 | 1011110 | 0 | 11000 | 100100001 | 1011001 | 101000 |
Color Harmonies of #A00BC1
Complementary color
Monochromatic Colors of #A00BC1
Black with #A00BC1
Text Example
Text Example
White with #A00BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BC1; }
p { color: rgb(160,11,193); }
H1.HeaderClassName
{
color: #A00BC1;
}
.AnyTagClassName
{
color: #A00BC1;
}
</style>
background-color css
<style>
a { background-color: #A00BC1; }
a { background-color: rgb(160,11,193); }
div.DivClassName
{
background-color: #A00BC1;
}
.BgClassName
{
background-color: #A00BC1;
}
</style>
border-color css
<style>
span { border-color: #A00BC1; }
span { border-color: rgb(160,11,193); }
td.TdClassName
{
border-color: #A00BC1;
}
.TagClassName
{
border-color: #A00BC1;
}
</style>