Shades of Dark Violet #A012DB
Tints of Dark Violet #A012DB
RGB
CMYK
RGB Variations
Color information
#A012DB (or 0xA012DB) is known color: Dark Violet. HEX triplet: A0, 12 and DB. RGB value is (160,18,219). Sum of RGB (Red+Green+Blue) = 160+18+219=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #A012DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012DB is #5FED24. Grayscale: #525252. Windows color (decimal): -6286629 or 14357152. OLE color: 14357152.
HSL color Cylindrical-coordinate representation of color #A012DB: hue angle of 282.39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A012DB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 18 | 219 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.14 |
| HSL | 282.39º | 0.85% | 0.46% | - |
| HSV(B) | 282.39º | 0.92% | 0.86% | - |
| XYZ | 27.5 | 13.02 | 68.08 | - |
| YUV | 83.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 219 | 0.27 | 0.92 | 0 | 0.14 | 282.39 | 0.85 | 0.46 |
| Hex | A0 | 12 | DB | 1B | 5C | 0 | E | 11A | 55 | 2E |
| Octal | 240 | 22 | 333 | 33 | 134 | 0 | 16 | 432 | 125 | 56 |
| Binary | 10100000 | 10010 | 11011011 | 11011 | 1011100 | 0 | 1110 | 100011010 | 1010101 | 101110 |
Color Harmonies of #A012DB
Complementary color
Monochromatic Colors of #A012DB
Black with #A012DB
Text Example
Text Example
White with #A012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012DB; }
p { color: rgb(160,18,219); }
H1.HeaderClassName
{
color: #A012DB;
}
.AnyTagClassName
{
color: #A012DB;
}
</style>
background-color css
<style>
a { background-color: #A012DB; }
a { background-color: rgb(160,18,219); }
div.DivClassName
{
background-color: #A012DB;
}
.BgClassName
{
background-color: #A012DB;
}
</style>
border-color css
<style>
span { border-color: #A012DB; }
span { border-color: rgb(160,18,219); }
td.TdClassName
{
border-color: #A012DB;
}
.TagClassName
{
border-color: #A012DB;
}
</style>