Shades of Dark Violet #A315DD
Tints of Dark Violet #A315DD
RGB
CMYK
RGB Variations
Color information
#A315DD (or 0xA315DD) is known color: Dark Violet. HEX triplet: A3, 15 and DD. RGB value is (163,21,221). Sum of RGB (Red+Green+Blue) = 163+21+221=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #A315DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315DD is #5CEA22. Grayscale: #555555. Windows color (decimal): -6089251 or 14488995. OLE color: 14488995.
HSL color Cylindrical-coordinate representation of color #A315DD: hue angle of 282.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A315DD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 21 | 221 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.13 |
| HSL | 282.6º | 0.83% | 0.47% | - |
| HSV(B) | 282.6º | 0.9% | 0.87% | - |
| XYZ | 28.42 | 13.54 | 69.52 | - |
| YUV | 86.26 | 204.04 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 221 | 0.26 | 0.90 | 0 | 0.13 | 282.6 | 0.83 | 0.47 |
| Hex | A3 | 15 | DD | 1A | 5A | 0 | D | 11B | 53 | 2F |
| Octal | 243 | 25 | 335 | 32 | 132 | 0 | 15 | 433 | 123 | 57 |
| Binary | 10100011 | 10101 | 11011101 | 11010 | 1011010 | 0 | 1101 | 100011011 | 1010011 | 101111 |
Color Harmonies of #A315DD
Complementary color
Monochromatic Colors of #A315DD
Black with #A315DD
Text Example
Text Example
White with #A315DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315DD; }
p { color: rgb(163,21,221); }
H1.HeaderClassName
{
color: #A315DD;
}
.AnyTagClassName
{
color: #A315DD;
}
</style>
background-color css
<style>
a { background-color: #A315DD; }
a { background-color: rgb(163,21,221); }
div.DivClassName
{
background-color: #A315DD;
}
.BgClassName
{
background-color: #A315DD;
}
</style>
border-color css
<style>
span { border-color: #A315DD; }
span { border-color: rgb(163,21,221); }
td.TdClassName
{
border-color: #A315DD;
}
.TagClassName
{
border-color: #A315DD;
}
</style>