Shades of Dark Violet #A80EEA
Tints of Dark Violet #A80EEA
RGB
CMYK
RGB Variations
Color information
#A80EEA (or 0xA80EEA) is known color: Dark Violet. HEX triplet: A8, 0E and EA. RGB value is (168,14,234). Sum of RGB (Red+Green+Blue) = 168+14+234=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #A80EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A80EEA is #57F115. Grayscale: #545454. Windows color (decimal): -5763350 or 15339176. OLE color: 15339176.
HSL color Cylindrical-coordinate representation of color #A80EEA: hue angle of 282º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EEA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 14 | 234 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.08 |
| HSL | 282º | 0.89% | 0.49% | - |
| HSV(B) | 282º | 0.94% | 0.92% | - |
| XYZ | 31.16 | 14.58 | 79.01 | - |
| YUV | 85.13 | 212.02 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 234 | 0.28 | 0.94 | 0 | 0.08 | 282 | 0.89 | 0.49 |
| Hex | A8 | E | EA | 1C | 5E | 0 | 8 | 11A | 59 | 31 |
| Octal | 250 | 16 | 352 | 34 | 136 | 0 | 10 | 432 | 131 | 61 |
| Binary | 10101000 | 1110 | 11101010 | 11100 | 1011110 | 0 | 1000 | 100011010 | 1011001 | 110001 |
Color Harmonies of #A80EEA
Complementary color
Monochromatic Colors of #A80EEA
Black with #A80EEA
Text Example
Text Example
White with #A80EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EEA; }
p { color: rgb(168,14,234); }
H1.HeaderClassName
{
color: #A80EEA;
}
.AnyTagClassName
{
color: #A80EEA;
}
</style>
background-color css
<style>
a { background-color: #A80EEA; }
a { background-color: rgb(168,14,234); }
div.DivClassName
{
background-color: #A80EEA;
}
.BgClassName
{
background-color: #A80EEA;
}
</style>
border-color css
<style>
span { border-color: #A80EEA; }
span { border-color: rgb(168,14,234); }
td.TdClassName
{
border-color: #A80EEA;
}
.TagClassName
{
border-color: #A80EEA;
}
</style>