Shades of Dark Violet #A912DB
Tints of Dark Violet #A912DB
RGB
CMYK
RGB Variations
Color information
#A912DB (or 0xA912DB) is known color: Dark Violet. HEX triplet: A9, 12 and DB. RGB value is (169,18,219). Sum of RGB (Red+Green+Blue) = 169+18+219=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #A912DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A912DB is #56ED24. Grayscale: #555555. Windows color (decimal): -5696805 or 14357161. OLE color: 14357161.
HSL color Cylindrical-coordinate representation of color #A912DB: hue angle of 285.07º 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 #A912DB is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 18 | 219 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.14 |
| HSL | 285.07º | 0.85% | 0.46% | - |
| HSV(B) | 285.07º | 0.92% | 0.86% | - |
| XYZ | 29.36 | 13.98 | 68.17 | - |
| YUV | 86.06 | 203.03 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 219 | 0.23 | 0.92 | 0 | 0.14 | 285.07 | 0.85 | 0.46 |
| Hex | A9 | 12 | DB | 17 | 5C | 0 | E | 11D | 55 | 2E |
| Octal | 251 | 22 | 333 | 27 | 134 | 0 | 16 | 435 | 125 | 56 |
| Binary | 10101001 | 10010 | 11011011 | 10111 | 1011100 | 0 | 1110 | 100011101 | 1010101 | 101110 |
Color Harmonies of #A912DB
Complementary color
Monochromatic Colors of #A912DB
Black with #A912DB
Text Example
Text Example
White with #A912DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A912DB; }
p { color: rgb(169,18,219); }
H1.HeaderClassName
{
color: #A912DB;
}
.AnyTagClassName
{
color: #A912DB;
}
</style>
background-color css
<style>
a { background-color: #A912DB; }
a { background-color: rgb(169,18,219); }
div.DivClassName
{
background-color: #A912DB;
}
.BgClassName
{
background-color: #A912DB;
}
</style>
border-color css
<style>
span { border-color: #A912DB; }
span { border-color: rgb(169,18,219); }
td.TdClassName
{
border-color: #A912DB;
}
.TagClassName
{
border-color: #A912DB;
}
</style>