Shades of Dark Violet #A315C5
Tints of Dark Violet #A315C5
RGB
CMYK
RGB Variations
Color information
#A315C5 (or 0xA315C5) is known color: Dark Violet. HEX triplet: A3, 15 and C5. RGB value is (163,21,197). Sum of RGB (Red+Green+Blue) = 163+21+197=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #A315C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315C5 is #5CEA3A. Grayscale: #525252. Windows color (decimal): -6089275 or 12916131. OLE color: 12916131.
HSL color Cylindrical-coordinate representation of color #A315C5: hue angle of 288.41º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A315C5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 21 | 197 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.23 |
| HSL | 288.41º | 0.81% | 0.43% | - |
| HSV(B) | 288.41º | 0.89% | 0.77% | - |
| XYZ | 25.45 | 12.35 | 53.87 | - |
| YUV | 83.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 197 | 0.17 | 0.89 | 0 | 0.23 | 288.41 | 0.81 | 0.43 |
| Hex | A3 | 15 | C5 | 11 | 59 | 0 | 17 | 120 | 51 | 2B |
| Octal | 243 | 25 | 305 | 21 | 131 | 0 | 27 | 440 | 121 | 53 |
| Binary | 10100011 | 10101 | 11000101 | 10001 | 1011001 | 0 | 10111 | 100100000 | 1010001 | 101011 |
Color Harmonies of #A315C5
Complementary color
Monochromatic Colors of #A315C5
Black with #A315C5
Text Example
Text Example
White with #A315C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315C5; }
p { color: rgb(163,21,197); }
H1.HeaderClassName
{
color: #A315C5;
}
.AnyTagClassName
{
color: #A315C5;
}
</style>
background-color css
<style>
a { background-color: #A315C5; }
a { background-color: rgb(163,21,197); }
div.DivClassName
{
background-color: #A315C5;
}
.BgClassName
{
background-color: #A315C5;
}
</style>
border-color css
<style>
span { border-color: #A315C5; }
span { border-color: rgb(163,21,197); }
td.TdClassName
{
border-color: #A315C5;
}
.TagClassName
{
border-color: #A315C5;
}
</style>