Shades of Dark Violet #A004DC
Tints of Dark Violet #A004DC
RGB
CMYK
RGB Variations
Color information
#A004DC (or 0xA004DC) is known color: Dark Violet. HEX triplet: A0, 04 and DC. RGB value is (160,4,220). Sum of RGB (Red+Green+Blue) = 160+4+220=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #A004DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A004DC is #5FFB23. Grayscale: #4A4A4A. Windows color (decimal): -6290212 or 14419104. OLE color: 14419104.
HSL color Cylindrical-coordinate representation of color #A004DC: hue angle of 283.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A004DC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 4 | 220 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.14 |
| HSL | 283.33º | 0.96% | 0.44% | - |
| HSV(B) | 283.33º | 0.98% | 0.86% | - |
| XYZ | 27.46 | 12.73 | 68.72 | - |
| YUV | 75.27 | 209.68 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 220 | 0.27 | 0.98 | 0 | 0.14 | 283.33 | 0.96 | 0.44 |
| Hex | A0 | 4 | DC | 1B | 62 | 0 | E | 11B | 60 | 2C |
| Octal | 240 | 4 | 334 | 33 | 142 | 0 | 16 | 433 | 140 | 54 |
| Binary | 10100000 | 100 | 11011100 | 11011 | 1100010 | 0 | 1110 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A004DC
Complementary color
Monochromatic Colors of #A004DC
Black with #A004DC
Text Example
Text Example
White with #A004DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A004DC; }
p { color: rgb(160,4,220); }
H1.HeaderClassName
{
color: #A004DC;
}
.AnyTagClassName
{
color: #A004DC;
}
</style>
background-color css
<style>
a { background-color: #A004DC; }
a { background-color: rgb(160,4,220); }
div.DivClassName
{
background-color: #A004DC;
}
.BgClassName
{
background-color: #A004DC;
}
</style>
border-color css
<style>
span { border-color: #A004DC; }
span { border-color: rgb(160,4,220); }
td.TdClassName
{
border-color: #A004DC;
}
.TagClassName
{
border-color: #A004DC;
}
</style>