Shades of Dark Violet #A40EB2
Tints of Dark Violet #A40EB2
RGB
CMYK
RGB Variations
Color information
#A40EB2 (or 0xA40EB2) is known color: Dark Violet. HEX triplet: A4, 0E and B2. RGB value is (164,14,178). Sum of RGB (Red+Green+Blue) = 164+14+178=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #A40EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EB2 is #5BF14D. Grayscale: #4D4D4D. Windows color (decimal): -6025550 or 11669156. OLE color: 11669156.
HSL color Cylindrical-coordinate representation of color #A40EB2: hue angle of 294.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EB2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 14 | 178 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.30 |
| HSL | 294.88º | 0.85% | 0.38% | - |
| HSV(B) | 294.88º | 0.92% | 0.7% | - |
| XYZ | 23.5 | 11.42 | 43.09 | - |
| YUV | 77.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 178 | 0.08 | 0.92 | 0 | 0.30 | 294.88 | 0.85 | 0.38 |
| Hex | A4 | E | B2 | 8 | 5C | 0 | 1E | 127 | 55 | 26 |
| Octal | 244 | 16 | 262 | 10 | 134 | 0 | 36 | 447 | 125 | 46 |
| Binary | 10100100 | 1110 | 10110010 | 1000 | 1011100 | 0 | 11110 | 100100111 | 1010101 | 100110 |
Color Harmonies of #A40EB2
Complementary color
Monochromatic Colors of #A40EB2
Black with #A40EB2
Text Example
Text Example
White with #A40EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EB2; }
p { color: rgb(164,14,178); }
H1.HeaderClassName
{
color: #A40EB2;
}
.AnyTagClassName
{
color: #A40EB2;
}
</style>
background-color css
<style>
a { background-color: #A40EB2; }
a { background-color: rgb(164,14,178); }
div.DivClassName
{
background-color: #A40EB2;
}
.BgClassName
{
background-color: #A40EB2;
}
</style>
border-color css
<style>
span { border-color: #A40EB2; }
span { border-color: rgb(164,14,178); }
td.TdClassName
{
border-color: #A40EB2;
}
.TagClassName
{
border-color: #A40EB2;
}
</style>