Shades of Dark Violet #A006DF
Tints of Dark Violet #A006DF
RGB
CMYK
RGB Variations
Color information
#A006DF (or 0xA006DF) is known color: Dark Violet. HEX triplet: A0, 06 and DF. RGB value is (160,6,223). Sum of RGB (Red+Green+Blue) = 160+6+223=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #A006DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006DF is #5FF920. Grayscale: #4C4C4C. Windows color (decimal): -6289697 or 14616224. OLE color: 14616224.
HSL color Cylindrical-coordinate representation of color #A006DF: hue angle of 282.58º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006DF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 6 | 223 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.13 |
| HSL | 282.58º | 0.95% | 0.45% | - |
| HSV(B) | 282.58º | 0.97% | 0.87% | - |
| XYZ | 27.88 | 12.93 | 70.84 | - |
| YUV | 76.78 | 210.52 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 223 | 0.28 | 0.97 | 0 | 0.13 | 282.58 | 0.95 | 0.45 |
| Hex | A0 | 6 | DF | 1C | 61 | 0 | D | 11B | 5F | 2D |
| Octal | 240 | 6 | 337 | 34 | 141 | 0 | 15 | 433 | 137 | 55 |
| Binary | 10100000 | 110 | 11011111 | 11100 | 1100001 | 0 | 1101 | 100011011 | 1011111 | 101101 |
Color Harmonies of #A006DF
Complementary color
Monochromatic Colors of #A006DF
Black with #A006DF
Text Example
Text Example
White with #A006DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006DF; }
p { color: rgb(160,6,223); }
H1.HeaderClassName
{
color: #A006DF;
}
.AnyTagClassName
{
color: #A006DF;
}
</style>
background-color css
<style>
a { background-color: #A006DF; }
a { background-color: rgb(160,6,223); }
div.DivClassName
{
background-color: #A006DF;
}
.BgClassName
{
background-color: #A006DF;
}
</style>
border-color css
<style>
span { border-color: #A006DF; }
span { border-color: rgb(160,6,223); }
td.TdClassName
{
border-color: #A006DF;
}
.TagClassName
{
border-color: #A006DF;
}
</style>