Shades of Dark Violet #A410DC
Tints of Dark Violet #A410DC
RGB
CMYK
RGB Variations
Color information
#A410DC (or 0xA410DC) is known color: Dark Violet. HEX triplet: A4, 10 and DC. RGB value is (164,16,220). Sum of RGB (Red+Green+Blue) = 164+16+220=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #A410DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410DC is #5BEF23. Grayscale: #525252. Windows color (decimal): -6024996 or 14422180. OLE color: 14422180.
HSL color Cylindrical-coordinate representation of color #A410DC: hue angle of 283.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A410DC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 16 | 220 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.14 |
| HSL | 283.53º | 0.86% | 0.46% | - |
| HSV(B) | 283.53º | 0.93% | 0.86% | - |
| XYZ | 28.41 | 13.43 | 68.8 | - |
| YUV | 83.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 220 | 0.25 | 0.93 | 0 | 0.14 | 283.53 | 0.86 | 0.46 |
| Hex | A4 | 10 | DC | 19 | 5D | 0 | E | 11C | 56 | 2E |
| Octal | 244 | 20 | 334 | 31 | 135 | 0 | 16 | 434 | 126 | 56 |
| Binary | 10100100 | 10000 | 11011100 | 11001 | 1011101 | 0 | 1110 | 100011100 | 1010110 | 101110 |
Color Harmonies of #A410DC
Complementary color
Monochromatic Colors of #A410DC
Black with #A410DC
Text Example
Text Example
White with #A410DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A410DC; }
p { color: rgb(164,16,220); }
H1.HeaderClassName
{
color: #A410DC;
}
.AnyTagClassName
{
color: #A410DC;
}
</style>
background-color css
<style>
a { background-color: #A410DC; }
a { background-color: rgb(164,16,220); }
div.DivClassName
{
background-color: #A410DC;
}
.BgClassName
{
background-color: #A410DC;
}
</style>
border-color css
<style>
span { border-color: #A410DC; }
span { border-color: rgb(164,16,220); }
td.TdClassName
{
border-color: #A410DC;
}
.TagClassName
{
border-color: #A410DC;
}
</style>