Shades of Dark Violet #A40DEC
Tints of Dark Violet #A40DEC
RGB
CMYK
RGB Variations
Color information
#A40DEC (or 0xA40DEC) is known color: Dark Violet. HEX triplet: A4, 0D and EC. RGB value is (164,13,236). Sum of RGB (Red+Green+Blue) = 164+13+236=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #A40DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A40DEC is #5BF213. Grayscale: #525252. Windows color (decimal): -6025748 or 15469988. OLE color: 15469988.
HSL color Cylindrical-coordinate representation of color #A40DEC: hue angle of 280.63º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40DEC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 13 | 236 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.07 |
| HSL | 280.63º | 0.9% | 0.49% | - |
| HSV(B) | 280.63º | 0.94% | 0.93% | - |
| XYZ | 30.59 | 14.24 | 80.49 | - |
| YUV | 83.57 | 214.03 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 236 | 0.31 | 0.94 | 0 | 0.07 | 280.63 | 0.9 | 0.49 |
| Hex | A4 | D | EC | 1F | 5E | 0 | 7 | 119 | 5A | 31 |
| Octal | 244 | 15 | 354 | 37 | 136 | 0 | 7 | 431 | 132 | 61 |
| Binary | 10100100 | 1101 | 11101100 | 11111 | 1011110 | 0 | 111 | 100011001 | 1011010 | 110001 |
Color Harmonies of #A40DEC
Complementary color
Monochromatic Colors of #A40DEC
Black with #A40DEC
Text Example
Text Example
White with #A40DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40DEC; }
p { color: rgb(164,13,236); }
H1.HeaderClassName
{
color: #A40DEC;
}
.AnyTagClassName
{
color: #A40DEC;
}
</style>
background-color css
<style>
a { background-color: #A40DEC; }
a { background-color: rgb(164,13,236); }
div.DivClassName
{
background-color: #A40DEC;
}
.BgClassName
{
background-color: #A40DEC;
}
</style>
border-color css
<style>
span { border-color: #A40DEC; }
span { border-color: rgb(164,13,236); }
td.TdClassName
{
border-color: #A40DEC;
}
.TagClassName
{
border-color: #A40DEC;
}
</style>