Shades of Dark Violet #A007DC
Tints of Dark Violet #A007DC
RGB
CMYK
RGB Variations
Color information
#A007DC (or 0xA007DC) is known color: Dark Violet. HEX triplet: A0, 07 and DC. RGB value is (160,7,220). Sum of RGB (Red+Green+Blue) = 160+7+220=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #A007DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DC is #5FF823. Grayscale: #4C4C4C. Windows color (decimal): -6289444 or 14419872. OLE color: 14419872.
HSL color Cylindrical-coordinate representation of color #A007DC: hue angle of 283.1º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007DC is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 7 | 220 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.14 |
| HSL | 283.1º | 0.94% | 0.45% | - |
| HSV(B) | 283.1º | 0.97% | 0.86% | - |
| XYZ | 27.49 | 12.79 | 68.73 | - |
| YUV | 77.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 220 | 0.27 | 0.97 | 0 | 0.14 | 283.1 | 0.94 | 0.45 |
| Hex | A0 | 7 | DC | 1B | 61 | 0 | E | 11B | 5E | 2D |
| Octal | 240 | 7 | 334 | 33 | 141 | 0 | 16 | 433 | 136 | 55 |
| Binary | 10100000 | 111 | 11011100 | 11011 | 1100001 | 0 | 1110 | 100011011 | 1011110 | 101101 |
Color Harmonies of #A007DC
Complementary color
Monochromatic Colors of #A007DC
Black with #A007DC
Text Example
Text Example
White with #A007DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007DC; }
p { color: rgb(160,7,220); }
H1.HeaderClassName
{
color: #A007DC;
}
.AnyTagClassName
{
color: #A007DC;
}
</style>
background-color css
<style>
a { background-color: #A007DC; }
a { background-color: rgb(160,7,220); }
div.DivClassName
{
background-color: #A007DC;
}
.BgClassName
{
background-color: #A007DC;
}
</style>
border-color css
<style>
span { border-color: #A007DC; }
span { border-color: rgb(160,7,220); }
td.TdClassName
{
border-color: #A007DC;
}
.TagClassName
{
border-color: #A007DC;
}
</style>