Shades of Dark Violet #A40ED0
Tints of Dark Violet #A40ED0
RGB
CMYK
RGB Variations
Color information
#A40ED0 (or 0xA40ED0) is known color: Dark Violet. HEX triplet: A4, 0E and D0. RGB value is (164,14,208). Sum of RGB (Red+Green+Blue) = 164+14+208=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #A40ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40ED0 is #5BF12F. Grayscale: #505050. Windows color (decimal): -6025520 or 13635236. OLE color: 13635236.
HSL color Cylindrical-coordinate representation of color #A40ED0: hue angle of 286.39º 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 #A40ED0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 14 | 208 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.18 |
| HSL | 286.39º | 0.87% | 0.44% | - |
| HSV(B) | 286.39º | 0.93% | 0.82% | - |
| XYZ | 26.85 | 12.76 | 60.72 | - |
| YUV | 80.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 208 | 0.21 | 0.93 | 0 | 0.18 | 286.39 | 0.87 | 0.44 |
| Hex | A4 | E | D0 | 15 | 5D | 0 | 12 | 11E | 57 | 2C |
| Octal | 244 | 16 | 320 | 25 | 135 | 0 | 22 | 436 | 127 | 54 |
| Binary | 10100100 | 1110 | 11010000 | 10101 | 1011101 | 0 | 10010 | 100011110 | 1010111 | 101100 |
Color Harmonies of #A40ED0
Complementary color
Monochromatic Colors of #A40ED0
Black with #A40ED0
Text Example
Text Example
White with #A40ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40ED0; }
p { color: rgb(164,14,208); }
H1.HeaderClassName
{
color: #A40ED0;
}
.AnyTagClassName
{
color: #A40ED0;
}
</style>
background-color css
<style>
a { background-color: #A40ED0; }
a { background-color: rgb(164,14,208); }
div.DivClassName
{
background-color: #A40ED0;
}
.BgClassName
{
background-color: #A40ED0;
}
</style>
border-color css
<style>
span { border-color: #A40ED0; }
span { border-color: rgb(164,14,208); }
td.TdClassName
{
border-color: #A40ED0;
}
.TagClassName
{
border-color: #A40ED0;
}
</style>