Shades of Dark Violet #A00DDB
Tints of Dark Violet #A00DDB
RGB
CMYK
RGB Variations
Color information
#A00DDB (or 0xA00DDB) is known color: Dark Violet. HEX triplet: A0, 0D and DB. RGB value is (160,13,219). Sum of RGB (Red+Green+Blue) = 160+13+219=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DDB is #5FF224. Grayscale: #4F4F4F. Windows color (decimal): -6287909 or 14355872. OLE color: 14355872.
HSL color Cylindrical-coordinate representation of color #A00DDB: hue angle of 282.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DDB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 13 | 219 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.14 |
| HSL | 282.82º | 0.89% | 0.45% | - |
| HSV(B) | 282.82º | 0.94% | 0.86% | - |
| XYZ | 27.43 | 12.88 | 68.06 | - |
| YUV | 80.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 219 | 0.27 | 0.94 | 0 | 0.14 | 282.82 | 0.89 | 0.45 |
| Hex | A0 | D | DB | 1B | 5E | 0 | E | 11B | 59 | 2D |
| Octal | 240 | 15 | 333 | 33 | 136 | 0 | 16 | 433 | 131 | 55 |
| Binary | 10100000 | 1101 | 11011011 | 11011 | 1011110 | 0 | 1110 | 100011011 | 1011001 | 101101 |
Color Harmonies of #A00DDB
Complementary color
Monochromatic Colors of #A00DDB
Black with #A00DDB
Text Example
Text Example
White with #A00DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DDB; }
p { color: rgb(160,13,219); }
H1.HeaderClassName
{
color: #A00DDB;
}
.AnyTagClassName
{
color: #A00DDB;
}
</style>
background-color css
<style>
a { background-color: #A00DDB; }
a { background-color: rgb(160,13,219); }
div.DivClassName
{
background-color: #A00DDB;
}
.BgClassName
{
background-color: #A00DDB;
}
</style>
border-color css
<style>
span { border-color: #A00DDB; }
span { border-color: rgb(160,13,219); }
td.TdClassName
{
border-color: #A00DDB;
}
.TagClassName
{
border-color: #A00DDB;
}
</style>