Shades of Dark Violet #A10CDB
Tints of Dark Violet #A10CDB
RGB
CMYK
RGB Variations
Color information
#A10CDB (or 0xA10CDB) is known color: Dark Violet. HEX triplet: A1, 0C and DB. RGB value is (161,12,219). Sum of RGB (Red+Green+Blue) = 161+12+219=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 12 (5.08% from 255 or 3.06% 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 #A10CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10CDB is #5EF324. Grayscale: #4F4F4F. Windows color (decimal): -6222629 or 14355617. OLE color: 14355617.
HSL color Cylindrical-coordinate representation of color #A10CDB: hue angle of 283.19º 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 #A10CDB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 12 | 219 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.14 |
| HSL | 283.19º | 0.9% | 0.45% | - |
| HSV(B) | 283.19º | 0.95% | 0.86% | - |
| XYZ | 27.62 | 12.95 | 68.06 | - |
| YUV | 80.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 12 | 219 | 0.26 | 0.95 | 0 | 0.14 | 283.19 | 0.9 | 0.45 |
| Hex | A1 | C | DB | 1A | 5F | 0 | E | 11B | 5A | 2D |
| Octal | 241 | 14 | 333 | 32 | 137 | 0 | 16 | 433 | 132 | 55 |
| Binary | 10100001 | 1100 | 11011011 | 11010 | 1011111 | 0 | 1110 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A10CDB
Complementary color
Monochromatic Colors of #A10CDB
Black with #A10CDB
Text Example
Text Example
White with #A10CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10CDB; }
p { color: rgb(161,12,219); }
H1.HeaderClassName
{
color: #A10CDB;
}
.AnyTagClassName
{
color: #A10CDB;
}
</style>
background-color css
<style>
a { background-color: #A10CDB; }
a { background-color: rgb(161,12,219); }
div.DivClassName
{
background-color: #A10CDB;
}
.BgClassName
{
background-color: #A10CDB;
}
</style>
border-color css
<style>
span { border-color: #A10CDB; }
span { border-color: rgb(161,12,219); }
td.TdClassName
{
border-color: #A10CDB;
}
.TagClassName
{
border-color: #A10CDB;
}
</style>