Shades of Dark Violet #A80ABC
Tints of Dark Violet #A80ABC
RGB
CMYK
RGB Variations
Color information
#A80ABC (or 0xA80ABC) is known color: Dark Violet. HEX triplet: A8, 0A and BC. RGB value is (168,10,188). Sum of RGB (Red+Green+Blue) = 168+10+188=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A80ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ABC is #57F543. Grayscale: #4C4C4C. Windows color (decimal): -5764420 or 12323496. OLE color: 12323496.
HSL color Cylindrical-coordinate representation of color #A80ABC: hue angle of 293.26º 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 #A80ABC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 10 | 188 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.26 |
| HSL | 293.26º | 0.9% | 0.39% | - |
| HSV(B) | 293.26º | 0.95% | 0.74% | - |
| XYZ | 25.33 | 12.17 | 48.59 | - |
| YUV | 77.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 188 | 0.11 | 0.95 | 0 | 0.26 | 293.26 | 0.9 | 0.39 |
| Hex | A8 | A | BC | B | 5F | 0 | 1A | 125 | 5A | 27 |
| Octal | 250 | 12 | 274 | 13 | 137 | 0 | 32 | 445 | 132 | 47 |
| Binary | 10101000 | 1010 | 10111100 | 1011 | 1011111 | 0 | 11010 | 100100101 | 1011010 | 100111 |
Color Harmonies of #A80ABC
Complementary color
Monochromatic Colors of #A80ABC
Black with #A80ABC
Text Example
Text Example
White with #A80ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ABC; }
p { color: rgb(168,10,188); }
H1.HeaderClassName
{
color: #A80ABC;
}
.AnyTagClassName
{
color: #A80ABC;
}
</style>
background-color css
<style>
a { background-color: #A80ABC; }
a { background-color: rgb(168,10,188); }
div.DivClassName
{
background-color: #A80ABC;
}
.BgClassName
{
background-color: #A80ABC;
}
</style>
border-color css
<style>
span { border-color: #A80ABC; }
span { border-color: rgb(168,10,188); }
td.TdClassName
{
border-color: #A80ABC;
}
.TagClassName
{
border-color: #A80ABC;
}
</style>