Shades of Dark Violet #A319DC
Tints of Dark Violet #A319DC
RGB
CMYK
RGB Variations
Color information
#A319DC (or 0xA319DC) is known color: Dark Violet. HEX triplet: A3, 19 and DC. RGB value is (163,25,220). Sum of RGB (Red+Green+Blue) = 163+25+220=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A319DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319DC is #5CE623. Grayscale: #575757. Windows color (decimal): -6088228 or 14424483. OLE color: 14424483.
HSL color Cylindrical-coordinate representation of color #A319DC: hue angle of 282.46º 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 #A319DC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 25 | 220 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.46º | 0.8% | 0.48% | - |
| HSV(B) | 282.46º | 0.89% | 0.86% | - |
| XYZ | 28.37 | 13.65 | 68.85 | - |
| YUV | 88.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 220 | 0.26 | 0.89 | 0 | 0.14 | 282.46 | 0.8 | 0.48 |
| Hex | A3 | 19 | DC | 1A | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 243 | 31 | 334 | 32 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100011 | 11001 | 11011100 | 11010 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A319DC
Complementary color
Monochromatic Colors of #A319DC
Black with #A319DC
Text Example
Text Example
White with #A319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319DC; }
p { color: rgb(163,25,220); }
H1.HeaderClassName
{
color: #A319DC;
}
.AnyTagClassName
{
color: #A319DC;
}
</style>
background-color css
<style>
a { background-color: #A319DC; }
a { background-color: rgb(163,25,220); }
div.DivClassName
{
background-color: #A319DC;
}
.BgClassName
{
background-color: #A319DC;
}
</style>
border-color css
<style>
span { border-color: #A319DC; }
span { border-color: rgb(163,25,220); }
td.TdClassName
{
border-color: #A319DC;
}
.TagClassName
{
border-color: #A319DC;
}
</style>