Shades of Dark Violet #A519DB
Tints of Dark Violet #A519DB
RGB
CMYK
RGB Variations
Color information
#A519DB (or 0xA519DB) is known color: Dark Violet. HEX triplet: A5, 19 and DB. RGB value is (165,25,219). Sum of RGB (Red+Green+Blue) = 165+25+219=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #A519DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519DB is #5AE624. Grayscale: #585858. Windows color (decimal): -5957157 or 14358949. OLE color: 14358949.
HSL color Cylindrical-coordinate representation of color #A519DB: hue angle of 283.3º 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 #A519DB is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 25 | 219 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.14 |
| HSL | 283.3º | 0.8% | 0.48% | - |
| HSV(B) | 283.3º | 0.89% | 0.86% | - |
| XYZ | 28.65 | 13.81 | 68.17 | - |
| YUV | 88.98 | 201.38 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 219 | 0.25 | 0.89 | 0 | 0.14 | 283.3 | 0.8 | 0.48 |
| Hex | A5 | 19 | DB | 19 | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 245 | 31 | 333 | 31 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100101 | 11001 | 11011011 | 11001 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A519DB
Complementary color
Monochromatic Colors of #A519DB
Black with #A519DB
Text Example
Text Example
White with #A519DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519DB; }
p { color: rgb(165,25,219); }
H1.HeaderClassName
{
color: #A519DB;
}
.AnyTagClassName
{
color: #A519DB;
}
</style>
background-color css
<style>
a { background-color: #A519DB; }
a { background-color: rgb(165,25,219); }
div.DivClassName
{
background-color: #A519DB;
}
.BgClassName
{
background-color: #A519DB;
}
</style>
border-color css
<style>
span { border-color: #A519DB; }
span { border-color: rgb(165,25,219); }
td.TdClassName
{
border-color: #A519DB;
}
.TagClassName
{
border-color: #A519DB;
}
</style>