Shades of Dark Violet #A80EDA
Tints of Dark Violet #A80EDA
RGB
CMYK
RGB Variations
Color information
#A80EDA (or 0xA80EDA) is known color: Dark Violet. HEX triplet: A8, 0E and DA. RGB value is (168,14,218). Sum of RGB (Red+Green+Blue) = 168+14+218=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #A80EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EDA is #57F125. Grayscale: #525252. Windows color (decimal): -5763366 or 14290600. OLE color: 14290600.
HSL color Cylindrical-coordinate representation of color #A80EDA: hue angle of 285.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 14 | 218 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.15 |
| HSL | 285.29º | 0.88% | 0.45% | - |
| HSV(B) | 285.29º | 0.94% | 0.85% | - |
| XYZ | 28.96 | 13.7 | 67.45 | - |
| YUV | 83.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 218 | 0.23 | 0.94 | 0 | 0.15 | 285.29 | 0.88 | 0.45 |
| Hex | A8 | E | DA | 17 | 5E | 0 | F | 11D | 58 | 2D |
| Octal | 250 | 16 | 332 | 27 | 136 | 0 | 17 | 435 | 130 | 55 |
| Binary | 10101000 | 1110 | 11011010 | 10111 | 1011110 | 0 | 1111 | 100011101 | 1011000 | 101101 |
Color Harmonies of #A80EDA
Complementary color
Monochromatic Colors of #A80EDA
Black with #A80EDA
Text Example
Text Example
White with #A80EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EDA; }
p { color: rgb(168,14,218); }
H1.HeaderClassName
{
color: #A80EDA;
}
.AnyTagClassName
{
color: #A80EDA;
}
</style>
background-color css
<style>
a { background-color: #A80EDA; }
a { background-color: rgb(168,14,218); }
div.DivClassName
{
background-color: #A80EDA;
}
.BgClassName
{
background-color: #A80EDA;
}
</style>
border-color css
<style>
span { border-color: #A80EDA; }
span { border-color: rgb(168,14,218); }
td.TdClassName
{
border-color: #A80EDA;
}
.TagClassName
{
border-color: #A80EDA;
}
</style>