Shades of Dark Violet #A006DC
Tints of Dark Violet #A006DC
RGB
CMYK
RGB Variations
Color information
#A006DC (or 0xA006DC) is known color: Dark Violet. HEX triplet: A0, 06 and DC. RGB value is (160,6,220). Sum of RGB (Red+Green+Blue) = 160+6+220=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #A006DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006DC is #5FF923. Grayscale: #4B4B4B. Windows color (decimal): -6289700 or 14419616. OLE color: 14419616.
HSL color Cylindrical-coordinate representation of color #A006DC: hue angle of 283.18º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006DC is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 6 | 220 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.14 |
| HSL | 283.18º | 0.95% | 0.44% | - |
| HSV(B) | 283.18º | 0.97% | 0.86% | - |
| XYZ | 27.48 | 12.77 | 68.73 | - |
| YUV | 76.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 220 | 0.27 | 0.97 | 0 | 0.14 | 283.18 | 0.95 | 0.44 |
| Hex | A0 | 6 | DC | 1B | 61 | 0 | E | 11B | 5F | 2C |
| Octal | 240 | 6 | 334 | 33 | 141 | 0 | 16 | 433 | 137 | 54 |
| Binary | 10100000 | 110 | 11011100 | 11011 | 1100001 | 0 | 1110 | 100011011 | 1011111 | 101100 |
Color Harmonies of #A006DC
Complementary color
Monochromatic Colors of #A006DC
Black with #A006DC
Text Example
Text Example
White with #A006DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006DC; }
p { color: rgb(160,6,220); }
H1.HeaderClassName
{
color: #A006DC;
}
.AnyTagClassName
{
color: #A006DC;
}
</style>
background-color css
<style>
a { background-color: #A006DC; }
a { background-color: rgb(160,6,220); }
div.DivClassName
{
background-color: #A006DC;
}
.BgClassName
{
background-color: #A006DC;
}
</style>
border-color css
<style>
span { border-color: #A006DC; }
span { border-color: rgb(160,6,220); }
td.TdClassName
{
border-color: #A006DC;
}
.TagClassName
{
border-color: #A006DC;
}
</style>