Shades of Dark Violet #A319DA
Tints of Dark Violet #A319DA
RGB
CMYK
RGB Variations
Color information
#A319DA (or 0xA319DA) is known color: Dark Violet. HEX triplet: A3, 19 and DA. RGB value is (163,25,218). Sum of RGB (Red+Green+Blue) = 163+25+218=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A319DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319DA is #5CE625. Grayscale: #575757. Windows color (decimal): -6088230 or 14293411. OLE color: 14293411.
HSL color Cylindrical-coordinate representation of color #A319DA: hue angle of 282.9º 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 #A319DA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 25 | 218 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.15 |
| HSL | 282.9º | 0.79% | 0.48% | - |
| HSV(B) | 282.9º | 0.89% | 0.85% | - |
| XYZ | 28.11 | 13.54 | 67.46 | - |
| YUV | 88.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 218 | 0.25 | 0.89 | 0 | 0.15 | 282.9 | 0.79 | 0.48 |
| Hex | A3 | 19 | DA | 19 | 59 | 0 | F | 11B | 4F | 30 |
| Octal | 243 | 31 | 332 | 31 | 131 | 0 | 17 | 433 | 117 | 60 |
| Binary | 10100011 | 11001 | 11011010 | 11001 | 1011001 | 0 | 1111 | 100011011 | 1001111 | 110000 |
Color Harmonies of #A319DA
Complementary color
Monochromatic Colors of #A319DA
Black with #A319DA
Text Example
Text Example
White with #A319DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319DA; }
p { color: rgb(163,25,218); }
H1.HeaderClassName
{
color: #A319DA;
}
.AnyTagClassName
{
color: #A319DA;
}
</style>
background-color css
<style>
a { background-color: #A319DA; }
a { background-color: rgb(163,25,218); }
div.DivClassName
{
background-color: #A319DA;
}
.BgClassName
{
background-color: #A319DA;
}
</style>
border-color css
<style>
span { border-color: #A319DA; }
span { border-color: rgb(163,25,218); }
td.TdClassName
{
border-color: #A319DA;
}
.TagClassName
{
border-color: #A319DA;
}
</style>