Shades of Dark Violet #A40EAF
Tints of Dark Violet #A40EAF
RGB
CMYK
RGB Variations
Color information
#A40EAF (or 0xA40EAF) is known color: Dark Violet. HEX triplet: A4, 0E and AF. RGB value is (164,14,175). Sum of RGB (Red+Green+Blue) = 164+14+175=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A40EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EAF is #5BF150. Grayscale: #4C4C4C. Windows color (decimal): -6025553 or 11472548. OLE color: 11472548.
HSL color Cylindrical-coordinate representation of color #A40EAF: hue angle of 295.9º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EAF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 14 | 175 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.31 |
| HSL | 295.9º | 0.85% | 0.37% | - |
| HSV(B) | 295.9º | 0.92% | 0.69% | - |
| XYZ | 23.2 | 11.3 | 41.52 | - |
| YUV | 77.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 175 | 0.06 | 0.92 | 0 | 0.31 | 295.9 | 0.85 | 0.37 |
| Hex | A4 | E | AF | 6 | 5C | 0 | 1F | 128 | 55 | 25 |
| Octal | 244 | 16 | 257 | 6 | 134 | 0 | 37 | 450 | 125 | 45 |
| Binary | 10100100 | 1110 | 10101111 | 110 | 1011100 | 0 | 11111 | 100101000 | 1010101 | 100101 |
Color Harmonies of #A40EAF
Complementary color
Monochromatic Colors of #A40EAF
Black with #A40EAF
Text Example
Text Example
White with #A40EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EAF; }
p { color: rgb(164,14,175); }
H1.HeaderClassName
{
color: #A40EAF;
}
.AnyTagClassName
{
color: #A40EAF;
}
</style>
background-color css
<style>
a { background-color: #A40EAF; }
a { background-color: rgb(164,14,175); }
div.DivClassName
{
background-color: #A40EAF;
}
.BgClassName
{
background-color: #A40EAF;
}
</style>
border-color css
<style>
span { border-color: #A40EAF; }
span { border-color: rgb(164,14,175); }
td.TdClassName
{
border-color: #A40EAF;
}
.TagClassName
{
border-color: #A40EAF;
}
</style>