Shades of Dark Violet #A007DB
Tints of Dark Violet #A007DB
RGB
CMYK
RGB Variations
Color information
#A007DB (or 0xA007DB) is known color: Dark Violet. HEX triplet: A0, 07 and DB. RGB value is (160,7,219). Sum of RGB (Red+Green+Blue) = 160+7+219=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #A007DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DB is #5FF824. Grayscale: #4C4C4C. Windows color (decimal): -6289445 or 14354336. OLE color: 14354336.
HSL color Cylindrical-coordinate representation of color #A007DB: hue angle of 283.3º degrees, saturation: 0.94, 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 #A007DB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 7 | 219 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.14 |
| HSL | 283.3º | 0.94% | 0.44% | - |
| HSV(B) | 283.3º | 0.97% | 0.86% | - |
| XYZ | 27.36 | 12.74 | 68.03 | - |
| YUV | 76.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 219 | 0.27 | 0.97 | 0 | 0.14 | 283.3 | 0.94 | 0.44 |
| Hex | A0 | 7 | DB | 1B | 61 | 0 | E | 11B | 5E | 2C |
| Octal | 240 | 7 | 333 | 33 | 141 | 0 | 16 | 433 | 136 | 54 |
| Binary | 10100000 | 111 | 11011011 | 11011 | 1100001 | 0 | 1110 | 100011011 | 1011110 | 101100 |
Color Harmonies of #A007DB
Complementary color
Monochromatic Colors of #A007DB
Black with #A007DB
Text Example
Text Example
White with #A007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A007DB; }
p { color: rgb(160,7,219); }
H1.HeaderClassName
{
color: #A007DB;
}
.AnyTagClassName
{
color: #A007DB;
}
</style>
background-color css
<style>
a { background-color: #A007DB; }
a { background-color: rgb(160,7,219); }
div.DivClassName
{
background-color: #A007DB;
}
.BgClassName
{
background-color: #A007DB;
}
</style>
border-color css
<style>
span { border-color: #A007DB; }
span { border-color: rgb(160,7,219); }
td.TdClassName
{
border-color: #A007DB;
}
.TagClassName
{
border-color: #A007DB;
}
</style>