Shades of Dark Violet #A40EEB
Tints of Dark Violet #A40EEB
RGB
CMYK
RGB Variations
Color information
#A40EEB (or 0xA40EEB) is known color: Dark Violet. HEX triplet: A4, 0E and EB. RGB value is (164,14,235). Sum of RGB (Red+Green+Blue) = 164+14+235=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #A40EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40EEB is #5BF114. Grayscale: #535353. Windows color (decimal): -6025493 or 15404708. OLE color: 15404708.
HSL color Cylindrical-coordinate representation of color #A40EEB: hue angle of 280.72º 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 #A40EEB is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 14 | 235 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.08 |
| HSL | 280.72º | 0.89% | 0.49% | - |
| HSV(B) | 280.72º | 0.94% | 0.92% | - |
| XYZ | 30.46 | 14.2 | 79.73 | - |
| YUV | 84.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 235 | 0.30 | 0.94 | 0 | 0.08 | 280.72 | 0.89 | 0.49 |
| Hex | A4 | E | EB | 1E | 5E | 0 | 8 | 119 | 59 | 31 |
| Octal | 244 | 16 | 353 | 36 | 136 | 0 | 10 | 431 | 131 | 61 |
| Binary | 10100100 | 1110 | 11101011 | 11110 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A40EEB
Complementary color
Monochromatic Colors of #A40EEB
Black with #A40EEB
Text Example
Text Example
White with #A40EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EEB; }
p { color: rgb(164,14,235); }
H1.HeaderClassName
{
color: #A40EEB;
}
.AnyTagClassName
{
color: #A40EEB;
}
</style>
background-color css
<style>
a { background-color: #A40EEB; }
a { background-color: rgb(164,14,235); }
div.DivClassName
{
background-color: #A40EEB;
}
.BgClassName
{
background-color: #A40EEB;
}
</style>
border-color css
<style>
span { border-color: #A40EEB; }
span { border-color: rgb(164,14,235); }
td.TdClassName
{
border-color: #A40EEB;
}
.TagClassName
{
border-color: #A40EEB;
}
</style>