Shades of Dark Violet #A00ABE
Tints of Dark Violet #A00ABE
RGB
CMYK
RGB Variations
Color information
#A00ABE (or 0xA00ABE) is known color: Dark Violet. HEX triplet: A0, 0A and BE. RGB value is (160,10,190). Sum of RGB (Red+Green+Blue) = 160+10+190=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #A00ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABE is #5FF541. Grayscale: #4A4A4A. Windows color (decimal): -6288706 or 12454560. OLE color: 12454560.
HSL color Cylindrical-coordinate representation of color #A00ABE: hue angle of 290º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00ABE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 10 | 190 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.25 |
| HSL | 290º | 0.9% | 0.39% | - |
| HSV(B) | 290º | 0.95% | 0.75% | - |
| XYZ | 23.9 | 11.41 | 49.66 | - |
| YUV | 75.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 190 | 0.16 | 0.95 | 0 | 0.25 | 290 | 0.9 | 0.39 |
| Hex | A0 | A | BE | 10 | 5F | 0 | 19 | 122 | 5A | 27 |
| Octal | 240 | 12 | 276 | 20 | 137 | 0 | 31 | 442 | 132 | 47 |
| Binary | 10100000 | 1010 | 10111110 | 10000 | 1011111 | 0 | 11001 | 100100010 | 1011010 | 100111 |
Color Harmonies of #A00ABE
Complementary color
Monochromatic Colors of #A00ABE
Black with #A00ABE
Text Example
Text Example
White with #A00ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ABE; }
p { color: rgb(160,10,190); }
H1.HeaderClassName
{
color: #A00ABE;
}
.AnyTagClassName
{
color: #A00ABE;
}
</style>
background-color css
<style>
a { background-color: #A00ABE; }
a { background-color: rgb(160,10,190); }
div.DivClassName
{
background-color: #A00ABE;
}
.BgClassName
{
background-color: #A00ABE;
}
</style>
border-color css
<style>
span { border-color: #A00ABE; }
span { border-color: rgb(160,10,190); }
td.TdClassName
{
border-color: #A00ABE;
}
.TagClassName
{
border-color: #A00ABE;
}
</style>