Shades of Dark Violet #A519DE
Tints of Dark Violet #A519DE
RGB
CMYK
RGB Variations
Color information
#A519DE (or 0xA519DE) is known color: Dark Violet. HEX triplet: A5, 19 and DE. RGB value is (165,25,222). Sum of RGB (Red+Green+Blue) = 165+25+222=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #A519DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519DE is #5AE621. Grayscale: #585858. Windows color (decimal): -5957154 or 14555557. OLE color: 14555557.
HSL color Cylindrical-coordinate representation of color #A519DE: hue angle of 282.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A519DE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 25 | 222 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.13 |
| HSL | 282.64º | 0.8% | 0.48% | - |
| HSV(B) | 282.64º | 0.89% | 0.87% | - |
| XYZ | 29.05 | 13.97 | 70.27 | - |
| YUV | 89.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 222 | 0.26 | 0.89 | 0 | 0.13 | 282.64 | 0.8 | 0.48 |
| Hex | A5 | 19 | DE | 1A | 59 | 0 | D | 11B | 50 | 30 |
| Octal | 245 | 31 | 336 | 32 | 131 | 0 | 15 | 433 | 120 | 60 |
| Binary | 10100101 | 11001 | 11011110 | 11010 | 1011001 | 0 | 1101 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A519DE
Complementary color
Monochromatic Colors of #A519DE
Black with #A519DE
Text Example
Text Example
White with #A519DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519DE; }
p { color: rgb(165,25,222); }
H1.HeaderClassName
{
color: #A519DE;
}
.AnyTagClassName
{
color: #A519DE;
}
</style>
background-color css
<style>
a { background-color: #A519DE; }
a { background-color: rgb(165,25,222); }
div.DivClassName
{
background-color: #A519DE;
}
.BgClassName
{
background-color: #A519DE;
}
</style>
border-color css
<style>
span { border-color: #A519DE; }
span { border-color: rgb(165,25,222); }
td.TdClassName
{
border-color: #A519DE;
}
.TagClassName
{
border-color: #A519DE;
}
</style>