Shades of Dark Violet #A000DC
Tints of Dark Violet #A000DC
RGB
CMYK
RGB Variations
Color information
#A000DC (or 0xA000DC) is known color: Dark Violet. HEX triplet: A0, 00 and DC. RGB value is (160,0,220). Sum of RGB (Red+Green+Blue) = 160+0+220=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #A000DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000DC is #5FFF23. Grayscale: #484848. Windows color (decimal): -6291236 or 14418080. OLE color: 14418080.
HSL color Cylindrical-coordinate representation of color #A000DC: hue angle of 283.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000DC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 0 | 220 | - |
| CMYK | 0.27 | 1 | 0 | 0.14 |
| HSL | 283.64º | 1% | 0.43% | - |
| HSV(B) | 283.64º | 1% | 0.86% | - |
| XYZ | 27.42 | 12.64 | 68.71 | - |
| YUV | 72.92 | 211.01 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 220 | 0.27 | 1 | 0 | 0.14 | 283.64 | 1 | 0.43 |
| Hex | A0 | 0 | DC | 1B | 64 | 0 | E | 11C | 64 | 2B |
| Octal | 240 | 0 | 334 | 33 | 144 | 0 | 16 | 434 | 144 | 53 |
| Binary | 10100000 | 0 | 11011100 | 11011 | 1100100 | 0 | 1110 | 100011100 | 1100100 | 101011 |
Color Harmonies of #A000DC
Complementary color
Monochromatic Colors of #A000DC
Black with #A000DC
Text Example
Text Example
White with #A000DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000DC; }
p { color: rgb(160,0,220); }
H1.HeaderClassName
{
color: #A000DC;
}
.AnyTagClassName
{
color: #A000DC;
}
</style>
background-color css
<style>
a { background-color: #A000DC; }
a { background-color: rgb(160,0,220); }
div.DivClassName
{
background-color: #A000DC;
}
.BgClassName
{
background-color: #A000DC;
}
</style>
border-color css
<style>
span { border-color: #A000DC; }
span { border-color: rgb(160,0,220); }
td.TdClassName
{
border-color: #A000DC;
}
.TagClassName
{
border-color: #A000DC;
}
</style>