Shades of Dark Violet #A604EC
Tints of Dark Violet #A604EC
RGB
CMYK
RGB Variations
Color information
#A604EC (or 0xA604EC) is known color: Dark Violet. HEX triplet: A6, 04 and EC. RGB value is (166,4,236). Sum of RGB (Red+Green+Blue) = 166+4+236=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 4 (1.95% from 255 or 0.99% 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 #A604EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604EC is #59FB13. Grayscale: #4E4E4E. Windows color (decimal): -5896980 or 15467686. OLE color: 15467686.
HSL color Cylindrical-coordinate representation of color #A604EC: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604EC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 4 | 236 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.07 |
| HSL | 281.9º | 0.97% | 0.47% | - |
| HSV(B) | 281.9º | 0.98% | 0.93% | - |
| XYZ | 30.91 | 14.25 | 80.48 | - |
| YUV | 78.89 | 216.67 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 236 | 0.30 | 0.98 | 0 | 0.07 | 281.9 | 0.97 | 0.47 |
| Hex | A6 | 4 | EC | 1E | 62 | 0 | 7 | 11A | 61 | 2F |
| Octal | 246 | 4 | 354 | 36 | 142 | 0 | 7 | 432 | 141 | 57 |
| Binary | 10100110 | 100 | 11101100 | 11110 | 1100010 | 0 | 111 | 100011010 | 1100001 | 101111 |
Color Harmonies of #A604EC
Complementary color
Monochromatic Colors of #A604EC
Black with #A604EC
Text Example
Text Example
White with #A604EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604EC; }
p { color: rgb(166,4,236); }
H1.HeaderClassName
{
color: #A604EC;
}
.AnyTagClassName
{
color: #A604EC;
}
</style>
background-color css
<style>
a { background-color: #A604EC; }
a { background-color: rgb(166,4,236); }
div.DivClassName
{
background-color: #A604EC;
}
.BgClassName
{
background-color: #A604EC;
}
</style>
border-color css
<style>
span { border-color: #A604EC; }
span { border-color: rgb(166,4,236); }
td.TdClassName
{
border-color: #A604EC;
}
.TagClassName
{
border-color: #A604EC;
}
</style>