Shades of Dark Violet #A80AB9
Tints of Dark Violet #A80AB9
RGB
CMYK
RGB Variations
Color information
#A80AB9 (or 0xA80AB9) is known color: Dark Violet. HEX triplet: A8, 0A and B9. RGB value is (168,10,185). Sum of RGB (Red+Green+Blue) = 168+10+185=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #A80AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AB9 is #57F546. Grayscale: #4C4C4C. Windows color (decimal): -5764423 or 12126888. OLE color: 12126888.
HSL color Cylindrical-coordinate representation of color #A80AB9: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AB9 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 10 | 185 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.27 |
| HSL | 294.17º | 0.9% | 0.38% | - |
| HSV(B) | 294.17º | 0.95% | 0.73% | - |
| XYZ | 25.01 | 12.04 | 46.91 | - |
| YUV | 77.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 185 | 0.09 | 0.95 | 0 | 0.27 | 294.17 | 0.9 | 0.38 |
| Hex | A8 | A | B9 | 9 | 5F | 0 | 1B | 126 | 5A | 26 |
| Octal | 250 | 12 | 271 | 11 | 137 | 0 | 33 | 446 | 132 | 46 |
| Binary | 10101000 | 1010 | 10111001 | 1001 | 1011111 | 0 | 11011 | 100100110 | 1011010 | 100110 |
Color Harmonies of #A80AB9
Complementary color
Monochromatic Colors of #A80AB9
Black with #A80AB9
Text Example
Text Example
White with #A80AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AB9; }
p { color: rgb(168,10,185); }
H1.HeaderClassName
{
color: #A80AB9;
}
.AnyTagClassName
{
color: #A80AB9;
}
</style>
background-color css
<style>
a { background-color: #A80AB9; }
a { background-color: rgb(168,10,185); }
div.DivClassName
{
background-color: #A80AB9;
}
.BgClassName
{
background-color: #A80AB9;
}
</style>
border-color css
<style>
span { border-color: #A80AB9; }
span { border-color: rgb(168,10,185); }
td.TdClassName
{
border-color: #A80AB9;
}
.TagClassName
{
border-color: #A80AB9;
}
</style>