Shades of Dark Violet #A315DF
Tints of Dark Violet #A315DF
RGB
CMYK
RGB Variations
Color information
#A315DF (or 0xA315DF) is known color: Dark Violet. HEX triplet: A3, 15 and DF. RGB value is (163,21,223). Sum of RGB (Red+Green+Blue) = 163+21+223=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #A315DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315DF is #5CEA20. Grayscale: #555555. Windows color (decimal): -6089249 or 14620067. OLE color: 14620067.
HSL color Cylindrical-coordinate representation of color #A315DF: hue angle of 282.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A315DF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 21 | 223 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.13 |
| HSL | 282.18º | 0.83% | 0.48% | - |
| HSV(B) | 282.18º | 0.91% | 0.87% | - |
| XYZ | 28.69 | 13.65 | 70.93 | - |
| YUV | 86.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 223 | 0.27 | 0.91 | 0 | 0.13 | 282.18 | 0.83 | 0.48 |
| Hex | A3 | 15 | DF | 1B | 5B | 0 | D | 11A | 53 | 30 |
| Octal | 243 | 25 | 337 | 33 | 133 | 0 | 15 | 432 | 123 | 60 |
| Binary | 10100011 | 10101 | 11011111 | 11011 | 1011011 | 0 | 1101 | 100011010 | 1010011 | 110000 |
Color Harmonies of #A315DF
Complementary color
Monochromatic Colors of #A315DF
Black with #A315DF
Text Example
Text Example
White with #A315DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315DF; }
p { color: rgb(163,21,223); }
H1.HeaderClassName
{
color: #A315DF;
}
.AnyTagClassName
{
color: #A315DF;
}
</style>
background-color css
<style>
a { background-color: #A315DF; }
a { background-color: rgb(163,21,223); }
div.DivClassName
{
background-color: #A315DF;
}
.BgClassName
{
background-color: #A315DF;
}
</style>
border-color css
<style>
span { border-color: #A315DF; }
span { border-color: rgb(163,21,223); }
td.TdClassName
{
border-color: #A315DF;
}
.TagClassName
{
border-color: #A315DF;
}
</style>