Shades of Dark Violet #A812DB
Tints of Dark Violet #A812DB
RGB
CMYK
RGB Variations
Color information
#A812DB (or 0xA812DB) is known color: Dark Violet. HEX triplet: A8, 12 and DB. RGB value is (168,18,219). Sum of RGB (Red+Green+Blue) = 168+18+219=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #A812DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812DB is #57ED24. Grayscale: #555555. Windows color (decimal): -5762341 or 14357160. OLE color: 14357160.
HSL color Cylindrical-coordinate representation of color #A812DB: hue angle of 284.78º 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 #A812DB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 18 | 219 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.14 |
| HSL | 284.78º | 0.85% | 0.46% | - |
| HSV(B) | 284.78º | 0.92% | 0.86% | - |
| XYZ | 29.15 | 13.87 | 68.16 | - |
| YUV | 85.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 219 | 0.23 | 0.92 | 0 | 0.14 | 284.78 | 0.85 | 0.46 |
| Hex | A8 | 12 | DB | 17 | 5C | 0 | E | 11D | 55 | 2E |
| Octal | 250 | 22 | 333 | 27 | 134 | 0 | 16 | 435 | 125 | 56 |
| Binary | 10101000 | 10010 | 11011011 | 10111 | 1011100 | 0 | 1110 | 100011101 | 1010101 | 101110 |
Color Harmonies of #A812DB
Complementary color
Monochromatic Colors of #A812DB
Black with #A812DB
Text Example
Text Example
White with #A812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812DB; }
p { color: rgb(168,18,219); }
H1.HeaderClassName
{
color: #A812DB;
}
.AnyTagClassName
{
color: #A812DB;
}
</style>
background-color css
<style>
a { background-color: #A812DB; }
a { background-color: rgb(168,18,219); }
div.DivClassName
{
background-color: #A812DB;
}
.BgClassName
{
background-color: #A812DB;
}
</style>
border-color css
<style>
span { border-color: #A812DB; }
span { border-color: rgb(168,18,219); }
td.TdClassName
{
border-color: #A812DB;
}
.TagClassName
{
border-color: #A812DB;
}
</style>