Shades of Dark Violet #A419DB
Tints of Dark Violet #A419DB
RGB
CMYK
RGB Variations
Color information
#A419DB (or 0xA419DB) is known color: Dark Violet. HEX triplet: A4, 19 and DB. RGB value is (164,25,219). Sum of RGB (Red+Green+Blue) = 164+25+219=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A419DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419DB is #5BE624. Grayscale: #585858. Windows color (decimal): -6022693 or 14358948. OLE color: 14358948.
HSL color Cylindrical-coordinate representation of color #A419DB: hue angle of 282.99º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A419DB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 25 | 219 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.14 |
| HSL | 282.99º | 0.8% | 0.48% | - |
| HSV(B) | 282.99º | 0.89% | 0.86% | - |
| XYZ | 28.44 | 13.7 | 68.16 | - |
| YUV | 88.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 219 | 0.25 | 0.89 | 0 | 0.14 | 282.99 | 0.8 | 0.48 |
| Hex | A4 | 19 | DB | 19 | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 244 | 31 | 333 | 31 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100100 | 11001 | 11011011 | 11001 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A419DB
Complementary color
Monochromatic Colors of #A419DB
Black with #A419DB
Text Example
Text Example
White with #A419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419DB; }
p { color: rgb(164,25,219); }
H1.HeaderClassName
{
color: #A419DB;
}
.AnyTagClassName
{
color: #A419DB;
}
</style>
background-color css
<style>
a { background-color: #A419DB; }
a { background-color: rgb(164,25,219); }
div.DivClassName
{
background-color: #A419DB;
}
.BgClassName
{
background-color: #A419DB;
}
</style>
border-color css
<style>
span { border-color: #A419DB; }
span { border-color: rgb(164,25,219); }
td.TdClassName
{
border-color: #A419DB;
}
.TagClassName
{
border-color: #A419DB;
}
</style>