Shades of Dark Violet #A519DA
Tints of Dark Violet #A519DA
RGB
CMYK
RGB Variations
Color information
#A519DA (or 0xA519DA) is known color: Dark Violet. HEX triplet: A5, 19 and DA. RGB value is (165,25,218). Sum of RGB (Red+Green+Blue) = 165+25+218=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #A519DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519DA is #5AE625. Grayscale: #585858. Windows color (decimal): -5957158 or 14293413. OLE color: 14293413.
HSL color Cylindrical-coordinate representation of color #A519DA: hue angle of 283.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A519DA is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 25 | 218 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.15 |
| HSL | 283.52º | 0.79% | 0.48% | - |
| HSV(B) | 283.52º | 0.89% | 0.85% | - |
| XYZ | 28.52 | 13.76 | 67.48 | - |
| YUV | 88.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 218 | 0.24 | 0.89 | 0 | 0.15 | 283.52 | 0.79 | 0.48 |
| Hex | A5 | 19 | DA | 18 | 59 | 0 | F | 11C | 4F | 30 |
| Octal | 245 | 31 | 332 | 30 | 131 | 0 | 17 | 434 | 117 | 60 |
| Binary | 10100101 | 11001 | 11011010 | 11000 | 1011001 | 0 | 1111 | 100011100 | 1001111 | 110000 |
Color Harmonies of #A519DA
Complementary color
Monochromatic Colors of #A519DA
Black with #A519DA
Text Example
Text Example
White with #A519DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519DA; }
p { color: rgb(165,25,218); }
H1.HeaderClassName
{
color: #A519DA;
}
.AnyTagClassName
{
color: #A519DA;
}
</style>
background-color css
<style>
a { background-color: #A519DA; }
a { background-color: rgb(165,25,218); }
div.DivClassName
{
background-color: #A519DA;
}
.BgClassName
{
background-color: #A519DA;
}
</style>
border-color css
<style>
span { border-color: #A519DA; }
span { border-color: rgb(165,25,218); }
td.TdClassName
{
border-color: #A519DA;
}
.TagClassName
{
border-color: #A519DA;
}
</style>