Shades of Dark Violet #A212DB
Tints of Dark Violet #A212DB
RGB
CMYK
RGB Variations
Color information
#A212DB (or 0xA212DB) is known color: Dark Violet. HEX triplet: A2, 12 and DB. RGB value is (162,18,219). Sum of RGB (Red+Green+Blue) = 162+18+219=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A212DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212DB is #5DED24. Grayscale: #535353. Windows color (decimal): -6155557 or 14357154. OLE color: 14357154.
HSL color Cylindrical-coordinate representation of color #A212DB: hue angle of 282.99º 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 #A212DB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 18 | 219 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.14 |
| HSL | 282.99º | 0.85% | 0.46% | - |
| HSV(B) | 282.99º | 0.92% | 0.86% | - |
| XYZ | 27.9 | 13.23 | 68.1 | - |
| YUV | 83.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 219 | 0.26 | 0.92 | 0 | 0.14 | 282.99 | 0.85 | 0.46 |
| Hex | A2 | 12 | DB | 1A | 5C | 0 | E | 11B | 55 | 2E |
| Octal | 242 | 22 | 333 | 32 | 134 | 0 | 16 | 433 | 125 | 56 |
| Binary | 10100010 | 10010 | 11011011 | 11010 | 1011100 | 0 | 1110 | 100011011 | 1010101 | 101110 |
Color Harmonies of #A212DB
Complementary color
Monochromatic Colors of #A212DB
Black with #A212DB
Text Example
Text Example
White with #A212DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212DB; }
p { color: rgb(162,18,219); }
H1.HeaderClassName
{
color: #A212DB;
}
.AnyTagClassName
{
color: #A212DB;
}
</style>
background-color css
<style>
a { background-color: #A212DB; }
a { background-color: rgb(162,18,219); }
div.DivClassName
{
background-color: #A212DB;
}
.BgClassName
{
background-color: #A212DB;
}
</style>
border-color css
<style>
span { border-color: #A212DB; }
span { border-color: rgb(162,18,219); }
td.TdClassName
{
border-color: #A212DB;
}
.TagClassName
{
border-color: #A212DB;
}
</style>