Shades of Dark Violet #A80EDE
Tints of Dark Violet #A80EDE
RGB
CMYK
RGB Variations
Color information
#A80EDE (or 0xA80EDE) is known color: Dark Violet. HEX triplet: A8, 0E and DE. RGB value is (168,14,222). Sum of RGB (Red+Green+Blue) = 168+14+222=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #A80EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EDE is #57F121. Grayscale: #535353. Windows color (decimal): -5763362 or 14552744. OLE color: 14552744.
HSL color Cylindrical-coordinate representation of color #A80EDE: hue angle of 284.42º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EDE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 14 | 222 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 284.42º | 0.88% | 0.46% | - |
| HSV(B) | 284.42º | 0.94% | 0.87% | - |
| XYZ | 29.49 | 13.91 | 70.24 | - |
| YUV | 83.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 222 | 0.24 | 0.94 | 0 | 0.13 | 284.42 | 0.88 | 0.46 |
| Hex | A8 | E | DE | 18 | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 250 | 16 | 336 | 30 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10101000 | 1110 | 11011110 | 11000 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A80EDE
Complementary color
Monochromatic Colors of #A80EDE
Black with #A80EDE
Text Example
Text Example
White with #A80EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EDE; }
p { color: rgb(168,14,222); }
H1.HeaderClassName
{
color: #A80EDE;
}
.AnyTagClassName
{
color: #A80EDE;
}
</style>
background-color css
<style>
a { background-color: #A80EDE; }
a { background-color: rgb(168,14,222); }
div.DivClassName
{
background-color: #A80EDE;
}
.BgClassName
{
background-color: #A80EDE;
}
</style>
border-color css
<style>
span { border-color: #A80EDE; }
span { border-color: rgb(168,14,222); }
td.TdClassName
{
border-color: #A80EDE;
}
.TagClassName
{
border-color: #A80EDE;
}
</style>