Shades of Dark Violet #A009DB
Tints of Dark Violet #A009DB
RGB
CMYK
RGB Variations
Color information
#A009DB (or 0xA009DB) is known color: Dark Violet. HEX triplet: A0, 09 and DB. RGB value is (160,9,219). Sum of RGB (Red+Green+Blue) = 160+9+219=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #A009DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009DB is #5FF624. Grayscale: #4D4D4D. Windows color (decimal): -6288933 or 14354848. OLE color: 14354848.
HSL color Cylindrical-coordinate representation of color #A009DB: hue angle of 283.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009DB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 9 | 219 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.14 |
| HSL | 283.14º | 0.92% | 0.45% | - |
| HSV(B) | 283.14º | 0.96% | 0.86% | - |
| XYZ | 27.38 | 12.78 | 68.04 | - |
| YUV | 78.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 219 | 0.27 | 0.96 | 0 | 0.14 | 283.14 | 0.92 | 0.45 |
| Hex | A0 | 9 | DB | 1B | 60 | 0 | E | 11B | 5C | 2D |
| Octal | 240 | 11 | 333 | 33 | 140 | 0 | 16 | 433 | 134 | 55 |
| Binary | 10100000 | 1001 | 11011011 | 11011 | 1100000 | 0 | 1110 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A009DB
Complementary color
Monochromatic Colors of #A009DB
Black with #A009DB
Text Example
Text Example
White with #A009DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009DB; }
p { color: rgb(160,9,219); }
H1.HeaderClassName
{
color: #A009DB;
}
.AnyTagClassName
{
color: #A009DB;
}
</style>
background-color css
<style>
a { background-color: #A009DB; }
a { background-color: rgb(160,9,219); }
div.DivClassName
{
background-color: #A009DB;
}
.BgClassName
{
background-color: #A009DB;
}
</style>
border-color css
<style>
span { border-color: #A009DB; }
span { border-color: rgb(160,9,219); }
td.TdClassName
{
border-color: #A009DB;
}
.TagClassName
{
border-color: #A009DB;
}
</style>