Shades of Dark Violet #A80ED1
Tints of Dark Violet #A80ED1
RGB
CMYK
RGB Variations
Color information
#A80ED1 (or 0xA80ED1) is known color: Dark Violet. HEX triplet: A8, 0E and D1. RGB value is (168,14,209). Sum of RGB (Red+Green+Blue) = 168+14+209=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #A80ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80ED1 is #57F12E. Grayscale: #515151. Windows color (decimal): -5763375 or 13700776. OLE color: 13700776.
HSL color Cylindrical-coordinate representation of color #A80ED1: hue angle of 287.38º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80ED1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 14 | 209 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.18 |
| HSL | 287.38º | 0.87% | 0.44% | - |
| HSV(B) | 287.38º | 0.93% | 0.82% | - |
| XYZ | 27.81 | 13.24 | 61.41 | - |
| YUV | 82.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 209 | 0.20 | 0.93 | 0 | 0.18 | 287.38 | 0.87 | 0.44 |
| Hex | A8 | E | D1 | 14 | 5D | 0 | 12 | 11F | 57 | 2C |
| Octal | 250 | 16 | 321 | 24 | 135 | 0 | 22 | 437 | 127 | 54 |
| Binary | 10101000 | 1110 | 11010001 | 10100 | 1011101 | 0 | 10010 | 100011111 | 1010111 | 101100 |
Color Harmonies of #A80ED1
Complementary color
Monochromatic Colors of #A80ED1
Black with #A80ED1
Text Example
Text Example
White with #A80ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80ED1; }
p { color: rgb(168,14,209); }
H1.HeaderClassName
{
color: #A80ED1;
}
.AnyTagClassName
{
color: #A80ED1;
}
</style>
background-color css
<style>
a { background-color: #A80ED1; }
a { background-color: rgb(168,14,209); }
div.DivClassName
{
background-color: #A80ED1;
}
.BgClassName
{
background-color: #A80ED1;
}
</style>
border-color css
<style>
span { border-color: #A80ED1; }
span { border-color: rgb(168,14,209); }
td.TdClassName
{
border-color: #A80ED1;
}
.TagClassName
{
border-color: #A80ED1;
}
</style>