Shades of Dark Violet #A006DB
Tints of Dark Violet #A006DB
RGB
CMYK
RGB Variations
Color information
#A006DB (or 0xA006DB) is known color: Dark Violet. HEX triplet: A0, 06 and DB. RGB value is (160,6,219). Sum of RGB (Red+Green+Blue) = 160+6+219=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #A006DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006DB is #5FF924. Grayscale: #4B4B4B. Windows color (decimal): -6289701 or 14354080. OLE color: 14354080.
HSL color Cylindrical-coordinate representation of color #A006DB: hue angle of 283.38º 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 #A006DB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 6 | 219 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.14 |
| HSL | 283.38º | 0.95% | 0.44% | - |
| HSV(B) | 283.38º | 0.97% | 0.86% | - |
| XYZ | 27.35 | 12.72 | 68.03 | - |
| YUV | 76.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 219 | 0.27 | 0.97 | 0 | 0.14 | 283.38 | 0.95 | 0.44 |
| Hex | A0 | 6 | DB | 1B | 61 | 0 | E | 11B | 5F | 2C |
| Octal | 240 | 6 | 333 | 33 | 141 | 0 | 16 | 433 | 137 | 54 |
| Binary | 10100000 | 110 | 11011011 | 11011 | 1100001 | 0 | 1110 | 100011011 | 1011111 | 101100 |
Color Harmonies of #A006DB
Complementary color
Monochromatic Colors of #A006DB
Black with #A006DB
Text Example
Text Example
White with #A006DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006DB; }
p { color: rgb(160,6,219); }
H1.HeaderClassName
{
color: #A006DB;
}
.AnyTagClassName
{
color: #A006DB;
}
</style>
background-color css
<style>
a { background-color: #A006DB; }
a { background-color: rgb(160,6,219); }
div.DivClassName
{
background-color: #A006DB;
}
.BgClassName
{
background-color: #A006DB;
}
</style>
border-color css
<style>
span { border-color: #A006DB; }
span { border-color: rgb(160,6,219); }
td.TdClassName
{
border-color: #A006DB;
}
.TagClassName
{
border-color: #A006DB;
}
</style>