Shades of Dark Violet #A80EDC
Tints of Dark Violet #A80EDC
RGB
CMYK
RGB Variations
Color information
#A80EDC (or 0xA80EDC) is known color: Dark Violet. HEX triplet: A8, 0E and DC. RGB value is (168,14,220). Sum of RGB (Red+Green+Blue) = 168+14+220=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #A80EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80EDC is #57F123. Grayscale: #525252. Windows color (decimal): -5763364 or 14421672. OLE color: 14421672.
HSL color Cylindrical-coordinate representation of color #A80EDC: hue angle of 284.85º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80EDC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 14 | 220 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.14 |
| HSL | 284.85º | 0.88% | 0.46% | - |
| HSV(B) | 284.85º | 0.94% | 0.86% | - |
| XYZ | 29.22 | 13.81 | 68.83 | - |
| YUV | 83.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 220 | 0.24 | 0.94 | 0 | 0.14 | 284.85 | 0.88 | 0.46 |
| Hex | A8 | E | DC | 18 | 5E | 0 | E | 11D | 58 | 2E |
| Octal | 250 | 16 | 334 | 30 | 136 | 0 | 16 | 435 | 130 | 56 |
| Binary | 10101000 | 1110 | 11011100 | 11000 | 1011110 | 0 | 1110 | 100011101 | 1011000 | 101110 |
Color Harmonies of #A80EDC
Complementary color
Monochromatic Colors of #A80EDC
Black with #A80EDC
Text Example
Text Example
White with #A80EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80EDC; }
p { color: rgb(168,14,220); }
H1.HeaderClassName
{
color: #A80EDC;
}
.AnyTagClassName
{
color: #A80EDC;
}
</style>
background-color css
<style>
a { background-color: #A80EDC; }
a { background-color: rgb(168,14,220); }
div.DivClassName
{
background-color: #A80EDC;
}
.BgClassName
{
background-color: #A80EDC;
}
</style>
border-color css
<style>
span { border-color: #A80EDC; }
span { border-color: rgb(168,14,220); }
td.TdClassName
{
border-color: #A80EDC;
}
.TagClassName
{
border-color: #A80EDC;
}
</style>