Shades of Dark Violet #A80ABF
Tints of Dark Violet #A80ABF
RGB
CMYK
RGB Variations
Color information
#A80ABF (or 0xA80ABF) is known color: Dark Violet. HEX triplet: A8, 0A and BF. RGB value is (168,10,191). Sum of RGB (Red+Green+Blue) = 168+10+191=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #A80ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ABF is #57F540. Grayscale: #4D4D4D. Windows color (decimal): -5764417 or 12520104. OLE color: 12520104.
HSL color Cylindrical-coordinate representation of color #A80ABF: hue angle of 292.38º 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 #A80ABF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 10 | 191 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.25 |
| HSL | 292.38º | 0.9% | 0.39% | - |
| HSV(B) | 292.38º | 0.95% | 0.75% | - |
| XYZ | 25.66 | 12.3 | 50.31 | - |
| YUV | 77.88 | 191.85 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 191 | 0.12 | 0.95 | 0 | 0.25 | 292.38 | 0.9 | 0.39 |
| Hex | A8 | A | BF | C | 5F | 0 | 19 | 124 | 5A | 27 |
| Octal | 250 | 12 | 277 | 14 | 137 | 0 | 31 | 444 | 132 | 47 |
| Binary | 10101000 | 1010 | 10111111 | 1100 | 1011111 | 0 | 11001 | 100100100 | 1011010 | 100111 |
Color Harmonies of #A80ABF
Complementary color
Monochromatic Colors of #A80ABF
Black with #A80ABF
Text Example
Text Example
White with #A80ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ABF; }
p { color: rgb(168,10,191); }
H1.HeaderClassName
{
color: #A80ABF;
}
.AnyTagClassName
{
color: #A80ABF;
}
</style>
background-color css
<style>
a { background-color: #A80ABF; }
a { background-color: rgb(168,10,191); }
div.DivClassName
{
background-color: #A80ABF;
}
.BgClassName
{
background-color: #A80ABF;
}
</style>
border-color css
<style>
span { border-color: #A80ABF; }
span { border-color: rgb(168,10,191); }
td.TdClassName
{
border-color: #A80ABF;
}
.TagClassName
{
border-color: #A80ABF;
}
</style>