Shades of Dark Violet #A410EC
Tints of Dark Violet #A410EC
RGB
CMYK
RGB Variations
Color information
#A410EC (or 0xA410EC) is known color: Dark Violet. HEX triplet: A4, 10 and EC. RGB value is (164,16,236). Sum of RGB (Red+Green+Blue) = 164+16+236=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #A410EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A410EC is #5BEF13. Grayscale: #545454. Windows color (decimal): -6024980 or 15470756. OLE color: 15470756.
HSL color Cylindrical-coordinate representation of color #A410EC: hue angle of 280.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A410EC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 16 | 236 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.07 |
| HSL | 280.36º | 0.87% | 0.49% | - |
| HSV(B) | 280.36º | 0.93% | 0.93% | - |
| XYZ | 30.64 | 14.32 | 80.51 | - |
| YUV | 85.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 236 | 0.31 | 0.93 | 0 | 0.07 | 280.36 | 0.87 | 0.49 |
| Hex | A4 | 10 | EC | 1F | 5D | 0 | 7 | 118 | 57 | 31 |
| Octal | 244 | 20 | 354 | 37 | 135 | 0 | 7 | 430 | 127 | 61 |
| Binary | 10100100 | 10000 | 11101100 | 11111 | 1011101 | 0 | 111 | 100011000 | 1010111 | 110001 |
Color Harmonies of #A410EC
Complementary color
Monochromatic Colors of #A410EC
Black with #A410EC
Text Example
Text Example
White with #A410EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A410EC; }
p { color: rgb(164,16,236); }
H1.HeaderClassName
{
color: #A410EC;
}
.AnyTagClassName
{
color: #A410EC;
}
</style>
background-color css
<style>
a { background-color: #A410EC; }
a { background-color: rgb(164,16,236); }
div.DivClassName
{
background-color: #A410EC;
}
.BgClassName
{
background-color: #A410EC;
}
</style>
border-color css
<style>
span { border-color: #A410EC; }
span { border-color: rgb(164,16,236); }
td.TdClassName
{
border-color: #A410EC;
}
.TagClassName
{
border-color: #A410EC;
}
</style>