Shades of Dark Violet #A406EC
Tints of Dark Violet #A406EC
RGB
CMYK
RGB Variations
Color information
#A406EC (or 0xA406EC) is known color: Dark Violet. HEX triplet: A4, 06 and EC. RGB value is (164,6,236). Sum of RGB (Red+Green+Blue) = 164+6+236=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #A406EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A406EC is #5BF913. Grayscale: #4E4E4E. Windows color (decimal): -6027540 or 15468196. OLE color: 15468196.
HSL color Cylindrical-coordinate representation of color #A406EC: hue angle of 281.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A406EC is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 6 | 236 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.07 |
| HSL | 281.22º | 0.95% | 0.47% | - |
| HSV(B) | 281.22º | 0.97% | 0.93% | - |
| XYZ | 30.52 | 14.08 | 80.47 | - |
| YUV | 79.46 | 216.35 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 236 | 0.31 | 0.97 | 0 | 0.07 | 281.22 | 0.95 | 0.47 |
| Hex | A4 | 6 | EC | 1F | 61 | 0 | 7 | 119 | 5F | 2F |
| Octal | 244 | 6 | 354 | 37 | 141 | 0 | 7 | 431 | 137 | 57 |
| Binary | 10100100 | 110 | 11101100 | 11111 | 1100001 | 0 | 111 | 100011001 | 1011111 | 101111 |
Color Harmonies of #A406EC
Complementary color
Monochromatic Colors of #A406EC
Black with #A406EC
Text Example
Text Example
White with #A406EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A406EC; }
p { color: rgb(164,6,236); }
H1.HeaderClassName
{
color: #A406EC;
}
.AnyTagClassName
{
color: #A406EC;
}
</style>
background-color css
<style>
a { background-color: #A406EC; }
a { background-color: rgb(164,6,236); }
div.DivClassName
{
background-color: #A406EC;
}
.BgClassName
{
background-color: #A406EC;
}
</style>
border-color css
<style>
span { border-color: #A406EC; }
span { border-color: rgb(164,6,236); }
td.TdClassName
{
border-color: #A406EC;
}
.TagClassName
{
border-color: #A406EC;
}
</style>