Shades of Dark Violet #A315DB
Tints of Dark Violet #A315DB
RGB
CMYK
RGB Variations
Color information
#A315DB (or 0xA315DB) is known color: Dark Violet. HEX triplet: A3, 15 and DB. RGB value is (163,21,219). Sum of RGB (Red+Green+Blue) = 163+21+219=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #A315DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315DB is #5CEA24. Grayscale: #555555. Windows color (decimal): -6089253 or 14357923. OLE color: 14357923.
HSL color Cylindrical-coordinate representation of color #A315DB: hue angle of 283.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A315DB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 21 | 219 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.14 |
| HSL | 283.03º | 0.83% | 0.47% | - |
| HSV(B) | 283.03º | 0.9% | 0.86% | - |
| XYZ | 28.16 | 13.44 | 68.13 | - |
| YUV | 86.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 219 | 0.26 | 0.90 | 0 | 0.14 | 283.03 | 0.83 | 0.47 |
| Hex | A3 | 15 | DB | 1A | 5A | 0 | E | 11B | 52 | 2F |
| Octal | 243 | 25 | 333 | 32 | 132 | 0 | 16 | 433 | 122 | 57 |
| Binary | 10100011 | 10101 | 11011011 | 11010 | 1011010 | 0 | 1110 | 100011011 | 1010010 | 101111 |
Color Harmonies of #A315DB
Complementary color
Monochromatic Colors of #A315DB
Black with #A315DB
Text Example
Text Example
White with #A315DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315DB; }
p { color: rgb(163,21,219); }
H1.HeaderClassName
{
color: #A315DB;
}
.AnyTagClassName
{
color: #A315DB;
}
</style>
background-color css
<style>
a { background-color: #A315DB; }
a { background-color: rgb(163,21,219); }
div.DivClassName
{
background-color: #A315DB;
}
.BgClassName
{
background-color: #A315DB;
}
</style>
border-color css
<style>
span { border-color: #A315DB; }
span { border-color: rgb(163,21,219); }
td.TdClassName
{
border-color: #A315DB;
}
.TagClassName
{
border-color: #A315DB;
}
</style>