Shades of Dark Violet #A40EDE
Tints of Dark Violet #A40EDE
RGB
CMYK
RGB Variations
Color information
#A40EDE (or 0xA40EDE) is known color: Dark Violet. HEX triplet: A4, 0E and DE. RGB value is (164,14,222). Sum of RGB (Red+Green+Blue) = 164+14+222=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #A40EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40EDE is #5BF121. Grayscale: #515151. Windows color (decimal): -6025506 or 14552740. OLE color: 14552740.
HSL color Cylindrical-coordinate representation of color #A40EDE: hue angle of 283.27º 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 #A40EDE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 14 | 222 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.27º | 0.88% | 0.46% | - |
| HSV(B) | 283.27º | 0.94% | 0.87% | - |
| XYZ | 28.65 | 13.48 | 70.2 | - |
| YUV | 82.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 222 | 0.26 | 0.94 | 0 | 0.13 | 283.27 | 0.88 | 0.46 |
| Hex | A4 | E | DE | 1A | 5E | 0 | D | 11B | 58 | 2E |
| Octal | 244 | 16 | 336 | 32 | 136 | 0 | 15 | 433 | 130 | 56 |
| Binary | 10100100 | 1110 | 11011110 | 11010 | 1011110 | 0 | 1101 | 100011011 | 1011000 | 101110 |
Color Harmonies of #A40EDE
Complementary color
Monochromatic Colors of #A40EDE
Black with #A40EDE
Text Example
Text Example
White with #A40EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EDE; }
p { color: rgb(164,14,222); }
H1.HeaderClassName
{
color: #A40EDE;
}
.AnyTagClassName
{
color: #A40EDE;
}
</style>
background-color css
<style>
a { background-color: #A40EDE; }
a { background-color: rgb(164,14,222); }
div.DivClassName
{
background-color: #A40EDE;
}
.BgClassName
{
background-color: #A40EDE;
}
</style>
border-color css
<style>
span { border-color: #A40EDE; }
span { border-color: rgb(164,14,222); }
td.TdClassName
{
border-color: #A40EDE;
}
.TagClassName
{
border-color: #A40EDE;
}
</style>