Shades of Dark Violet #A315D8
Tints of Dark Violet #A315D8
RGB
CMYK
RGB Variations
Color information
#A315D8 (or 0xA315D8) is known color: Dark Violet. HEX triplet: A3, 15 and D8. RGB value is (163,21,216). Sum of RGB (Red+Green+Blue) = 163+21+216=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #A315D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315D8 is #5CEA27. Grayscale: #555555. Windows color (decimal): -6089256 or 14161315. OLE color: 14161315.
HSL color Cylindrical-coordinate representation of color #A315D8: hue angle of 283.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A315D8 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 21 | 216 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.15 |
| HSL | 283.69º | 0.82% | 0.46% | - |
| HSV(B) | 283.69º | 0.9% | 0.85% | - |
| XYZ | 27.77 | 13.28 | 66.07 | - |
| YUV | 85.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 216 | 0.25 | 0.90 | 0 | 0.15 | 283.69 | 0.82 | 0.46 |
| Hex | A3 | 15 | D8 | 19 | 5A | 0 | F | 11C | 52 | 2E |
| Octal | 243 | 25 | 330 | 31 | 132 | 0 | 17 | 434 | 122 | 56 |
| Binary | 10100011 | 10101 | 11011000 | 11001 | 1011010 | 0 | 1111 | 100011100 | 1010010 | 101110 |
Color Harmonies of #A315D8
Complementary color
Monochromatic Colors of #A315D8
Black with #A315D8
Text Example
Text Example
White with #A315D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315D8; }
p { color: rgb(163,21,216); }
H1.HeaderClassName
{
color: #A315D8;
}
.AnyTagClassName
{
color: #A315D8;
}
</style>
background-color css
<style>
a { background-color: #A315D8; }
a { background-color: rgb(163,21,216); }
div.DivClassName
{
background-color: #A315D8;
}
.BgClassName
{
background-color: #A315D8;
}
</style>
border-color css
<style>
span { border-color: #A315D8; }
span { border-color: rgb(163,21,216); }
td.TdClassName
{
border-color: #A315D8;
}
.TagClassName
{
border-color: #A315D8;
}
</style>