Shades of Dark Violet #A00ABC
Tints of Dark Violet #A00ABC
RGB
CMYK
RGB Variations
Color information
#A00ABC (or 0xA00ABC) is known color: Dark Violet. HEX triplet: A0, 0A and BC. RGB value is (160,10,188). Sum of RGB (Red+Green+Blue) = 160+10+188=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A00ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ABC is #5FF543. Grayscale: #4A4A4A. Windows color (decimal): -6288708 or 12323488. OLE color: 12323488.
HSL color Cylindrical-coordinate representation of color #A00ABC: hue angle of 290.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00ABC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 10 | 188 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.26 |
| HSL | 290.56º | 0.9% | 0.39% | - |
| HSV(B) | 290.56º | 0.95% | 0.74% | - |
| XYZ | 23.68 | 11.32 | 48.51 | - |
| YUV | 75.14 | 191.7 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 188 | 0.15 | 0.95 | 0 | 0.26 | 290.56 | 0.9 | 0.39 |
| Hex | A0 | A | BC | F | 5F | 0 | 1A | 123 | 5A | 27 |
| Octal | 240 | 12 | 274 | 17 | 137 | 0 | 32 | 443 | 132 | 47 |
| Binary | 10100000 | 1010 | 10111100 | 1111 | 1011111 | 0 | 11010 | 100100011 | 1011010 | 100111 |
Color Harmonies of #A00ABC
Complementary color
Monochromatic Colors of #A00ABC
Black with #A00ABC
Text Example
Text Example
White with #A00ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ABC; }
p { color: rgb(160,10,188); }
H1.HeaderClassName
{
color: #A00ABC;
}
.AnyTagClassName
{
color: #A00ABC;
}
</style>
background-color css
<style>
a { background-color: #A00ABC; }
a { background-color: rgb(160,10,188); }
div.DivClassName
{
background-color: #A00ABC;
}
.BgClassName
{
background-color: #A00ABC;
}
</style>
border-color css
<style>
span { border-color: #A00ABC; }
span { border-color: rgb(160,10,188); }
td.TdClassName
{
border-color: #A00ABC;
}
.TagClassName
{
border-color: #A00ABC;
}
</style>