Shades of Dark Violet #A00ABF
Tints of Dark Violet #A00ABF
RGB
CMYK
RGB Variations
Color information
#A00ABF (or 0xA00ABF) is known color: Dark Violet. HEX triplet: A0, 0A and BF. RGB value is (160,10,191). Sum of RGB (Red+Green+Blue) = 160+10+191=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #A00ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABF is #5FF540. Grayscale: #4A4A4A. Windows color (decimal): -6288705 or 12520096. OLE color: 12520096.
HSL color Cylindrical-coordinate representation of color #A00ABF: hue angle of 289.72º 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 #A00ABF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 10 | 191 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.25 |
| HSL | 289.72º | 0.9% | 0.39% | - |
| HSV(B) | 289.72º | 0.95% | 0.75% | - |
| XYZ | 24.01 | 11.45 | 50.24 | - |
| YUV | 75.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 191 | 0.16 | 0.95 | 0 | 0.25 | 289.72 | 0.9 | 0.39 |
| Hex | A0 | A | BF | 10 | 5F | 0 | 19 | 122 | 5A | 27 |
| Octal | 240 | 12 | 277 | 20 | 137 | 0 | 31 | 442 | 132 | 47 |
| Binary | 10100000 | 1010 | 10111111 | 10000 | 1011111 | 0 | 11001 | 100100010 | 1011010 | 100111 |
Color Harmonies of #A00ABF
Complementary color
Monochromatic Colors of #A00ABF
Black with #A00ABF
Text Example
Text Example
White with #A00ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ABF; }
p { color: rgb(160,10,191); }
H1.HeaderClassName
{
color: #A00ABF;
}
.AnyTagClassName
{
color: #A00ABF;
}
</style>
background-color css
<style>
a { background-color: #A00ABF; }
a { background-color: rgb(160,10,191); }
div.DivClassName
{
background-color: #A00ABF;
}
.BgClassName
{
background-color: #A00ABF;
}
</style>
border-color css
<style>
span { border-color: #A00ABF; }
span { border-color: rgb(160,10,191); }
td.TdClassName
{
border-color: #A00ABF;
}
.TagClassName
{
border-color: #A00ABF;
}
</style>