Shades of Dark Violet #A005DC
Tints of Dark Violet #A005DC
RGB
CMYK
RGB Variations
Color information
#A005DC (or 0xA005DC) is known color: Dark Violet. HEX triplet: A0, 05 and DC. RGB value is (160,5,220). Sum of RGB (Red+Green+Blue) = 160+5+220=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #A005DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005DC is #5FFA23. Grayscale: #4B4B4B. Windows color (decimal): -6289956 or 14419360. OLE color: 14419360.
HSL color Cylindrical-coordinate representation of color #A005DC: hue angle of 283.26º 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 #A005DC is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 5 | 220 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.14 |
| HSL | 283.26º | 0.96% | 0.44% | - |
| HSV(B) | 283.26º | 0.98% | 0.86% | - |
| XYZ | 27.47 | 12.75 | 68.72 | - |
| YUV | 75.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 220 | 0.27 | 0.98 | 0 | 0.14 | 283.26 | 0.96 | 0.44 |
| Hex | A0 | 5 | DC | 1B | 62 | 0 | E | 11B | 60 | 2C |
| Octal | 240 | 5 | 334 | 33 | 142 | 0 | 16 | 433 | 140 | 54 |
| Binary | 10100000 | 101 | 11011100 | 11011 | 1100010 | 0 | 1110 | 100011011 | 1100000 | 101100 |
Color Harmonies of #A005DC
Complementary color
Monochromatic Colors of #A005DC
Black with #A005DC
Text Example
Text Example
White with #A005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005DC; }
p { color: rgb(160,5,220); }
H1.HeaderClassName
{
color: #A005DC;
}
.AnyTagClassName
{
color: #A005DC;
}
</style>
background-color css
<style>
a { background-color: #A005DC; }
a { background-color: rgb(160,5,220); }
div.DivClassName
{
background-color: #A005DC;
}
.BgClassName
{
background-color: #A005DC;
}
</style>
border-color css
<style>
span { border-color: #A005DC; }
span { border-color: rgb(160,5,220); }
td.TdClassName
{
border-color: #A005DC;
}
.TagClassName
{
border-color: #A005DC;
}
</style>