Shades of Dark Violet #A319DB
Tints of Dark Violet #A319DB
RGB
CMYK
RGB Variations
Color information
#A319DB (or 0xA319DB) is known color: Dark Violet. HEX triplet: A3, 19 and DB. RGB value is (163,25,219). Sum of RGB (Red+Green+Blue) = 163+25+219=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A319DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319DB is #5CE624. Grayscale: #575757. Windows color (decimal): -6088229 or 14358947. OLE color: 14358947.
HSL color Cylindrical-coordinate representation of color #A319DB: hue angle of 282.68º 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 #A319DB is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 25 | 219 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.14 |
| HSL | 282.68º | 0.8% | 0.48% | - |
| HSV(B) | 282.68º | 0.89% | 0.86% | - |
| XYZ | 28.24 | 13.6 | 68.15 | - |
| YUV | 88.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 219 | 0.26 | 0.89 | 0 | 0.14 | 282.68 | 0.8 | 0.48 |
| Hex | A3 | 19 | DB | 1A | 59 | 0 | E | 11B | 50 | 30 |
| Octal | 243 | 31 | 333 | 32 | 131 | 0 | 16 | 433 | 120 | 60 |
| Binary | 10100011 | 11001 | 11011011 | 11010 | 1011001 | 0 | 1110 | 100011011 | 1010000 | 110000 |
Color Harmonies of #A319DB
Complementary color
Monochromatic Colors of #A319DB
Black with #A319DB
Text Example
Text Example
White with #A319DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A319DB; }
p { color: rgb(163,25,219); }
H1.HeaderClassName
{
color: #A319DB;
}
.AnyTagClassName
{
color: #A319DB;
}
</style>
background-color css
<style>
a { background-color: #A319DB; }
a { background-color: rgb(163,25,219); }
div.DivClassName
{
background-color: #A319DB;
}
.BgClassName
{
background-color: #A319DB;
}
</style>
border-color css
<style>
span { border-color: #A319DB; }
span { border-color: rgb(163,25,219); }
td.TdClassName
{
border-color: #A319DB;
}
.TagClassName
{
border-color: #A319DB;
}
</style>