Shades of Dark Violet #A00CDB
Tints of Dark Violet #A00CDB
RGB
CMYK
RGB Variations
Color information
#A00CDB (or 0xA00CDB) is known color: Dark Violet. HEX triplet: A0, 0C and DB. RGB value is (160,12,219). Sum of RGB (Red+Green+Blue) = 160+12+219=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #A00CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CDB is #5FF324. Grayscale: #4F4F4F. Windows color (decimal): -6288165 or 14355616. OLE color: 14355616.
HSL color Cylindrical-coordinate representation of color #A00CDB: hue angle of 282.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CDB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 12 | 219 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.14 |
| HSL | 282.9º | 0.9% | 0.45% | - |
| HSV(B) | 282.9º | 0.95% | 0.86% | - |
| XYZ | 27.41 | 12.85 | 68.05 | - |
| YUV | 79.85 | 206.53 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 219 | 0.27 | 0.95 | 0 | 0.14 | 282.9 | 0.9 | 0.45 |
| Hex | A0 | C | DB | 1B | 5F | 0 | E | 11B | 5A | 2D |
| Octal | 240 | 14 | 333 | 33 | 137 | 0 | 16 | 433 | 132 | 55 |
| Binary | 10100000 | 1100 | 11011011 | 11011 | 1011111 | 0 | 1110 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A00CDB
Complementary color
Monochromatic Colors of #A00CDB
Black with #A00CDB
Text Example
Text Example
White with #A00CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CDB; }
p { color: rgb(160,12,219); }
H1.HeaderClassName
{
color: #A00CDB;
}
.AnyTagClassName
{
color: #A00CDB;
}
</style>
background-color css
<style>
a { background-color: #A00CDB; }
a { background-color: rgb(160,12,219); }
div.DivClassName
{
background-color: #A00CDB;
}
.BgClassName
{
background-color: #A00CDB;
}
</style>
border-color css
<style>
span { border-color: #A00CDB; }
span { border-color: rgb(160,12,219); }
td.TdClassName
{
border-color: #A00CDB;
}
.TagClassName
{
border-color: #A00CDB;
}
</style>