Shades of Dark Violet #A80ABB
Tints of Dark Violet #A80ABB
RGB
CMYK
RGB Variations
Color information
#A80ABB (or 0xA80ABB) is known color: Dark Violet. HEX triplet: A8, 0A and BB. RGB value is (168,10,187). Sum of RGB (Red+Green+Blue) = 168+10+187=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A80ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ABB is #57F544. Grayscale: #4C4C4C. Windows color (decimal): -5764421 or 12257960. OLE color: 12257960.
HSL color Cylindrical-coordinate representation of color #A80ABB: hue angle of 293.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80ABB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 10 | 187 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.27 |
| HSL | 293.56º | 0.9% | 0.39% | - |
| HSV(B) | 293.56º | 0.95% | 0.73% | - |
| XYZ | 25.23 | 12.13 | 48.03 | - |
| YUV | 77.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 187 | 0.10 | 0.95 | 0 | 0.27 | 293.56 | 0.9 | 0.39 |
| Hex | A8 | A | BB | A | 5F | 0 | 1B | 126 | 5A | 27 |
| Octal | 250 | 12 | 273 | 12 | 137 | 0 | 33 | 446 | 132 | 47 |
| Binary | 10101000 | 1010 | 10111011 | 1010 | 1011111 | 0 | 11011 | 100100110 | 1011010 | 100111 |
Color Harmonies of #A80ABB
Complementary color
Monochromatic Colors of #A80ABB
Black with #A80ABB
Text Example
Text Example
White with #A80ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ABB; }
p { color: rgb(168,10,187); }
H1.HeaderClassName
{
color: #A80ABB;
}
.AnyTagClassName
{
color: #A80ABB;
}
</style>
background-color css
<style>
a { background-color: #A80ABB; }
a { background-color: rgb(168,10,187); }
div.DivClassName
{
background-color: #A80ABB;
}
.BgClassName
{
background-color: #A80ABB;
}
</style>
border-color css
<style>
span { border-color: #A80ABB; }
span { border-color: rgb(168,10,187); }
td.TdClassName
{
border-color: #A80ABB;
}
.TagClassName
{
border-color: #A80ABB;
}
</style>