Shades of Dark Violet #A913DB
Tints of Dark Violet #A913DB
RGB
CMYK
RGB Variations
Color information
#A913DB (or 0xA913DB) is known color: Dark Violet. HEX triplet: A9, 13 and DB. RGB value is (169,19,219). Sum of RGB (Red+Green+Blue) = 169+19+219=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A913DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913DB is #56EC24. Grayscale: #565656. Windows color (decimal): -5696549 or 14357417. OLE color: 14357417.
HSL color Cylindrical-coordinate representation of color #A913DB: hue angle of 285º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913DB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 19 | 219 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.14 |
| HSL | 285º | 0.84% | 0.47% | - |
| HSV(B) | 285º | 0.91% | 0.86% | - |
| XYZ | 29.38 | 14.02 | 68.17 | - |
| YUV | 86.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 219 | 0.23 | 0.91 | 0 | 0.14 | 285 | 0.84 | 0.47 |
| Hex | A9 | 13 | DB | 17 | 5B | 0 | E | 11D | 54 | 2F |
| Octal | 251 | 23 | 333 | 27 | 133 | 0 | 16 | 435 | 124 | 57 |
| Binary | 10101001 | 10011 | 11011011 | 10111 | 1011011 | 0 | 1110 | 100011101 | 1010100 | 101111 |
Color Harmonies of #A913DB
Complementary color
Monochromatic Colors of #A913DB
Black with #A913DB
Text Example
Text Example
White with #A913DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A913DB; }
p { color: rgb(169,19,219); }
H1.HeaderClassName
{
color: #A913DB;
}
.AnyTagClassName
{
color: #A913DB;
}
</style>
background-color css
<style>
a { background-color: #A913DB; }
a { background-color: rgb(169,19,219); }
div.DivClassName
{
background-color: #A913DB;
}
.BgClassName
{
background-color: #A913DB;
}
</style>
border-color css
<style>
span { border-color: #A913DB; }
span { border-color: rgb(169,19,219); }
td.TdClassName
{
border-color: #A913DB;
}
.TagClassName
{
border-color: #A913DB;
}
</style>