Shades of Dark Violet #A315C3
Tints of Dark Violet #A315C3
RGB
CMYK
RGB Variations
Color information
#A315C3 (or 0xA315C3) is known color: Dark Violet. HEX triplet: A3, 15 and C3. RGB value is (163,21,195). Sum of RGB (Red+Green+Blue) = 163+21+195=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #A315C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315C3 is #5CEA3C. Grayscale: #525252. Windows color (decimal): -6089277 or 12785059. OLE color: 12785059.
HSL color Cylindrical-coordinate representation of color #A315C3: hue angle of 288.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A315C3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 21 | 195 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.24 |
| HSL | 288.97º | 0.81% | 0.42% | - |
| HSV(B) | 288.97º | 0.89% | 0.76% | - |
| XYZ | 25.22 | 12.26 | 52.67 | - |
| YUV | 83.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 195 | 0.16 | 0.89 | 0 | 0.24 | 288.97 | 0.81 | 0.42 |
| Hex | A3 | 15 | C3 | 10 | 59 | 0 | 18 | 121 | 51 | 2A |
| Octal | 243 | 25 | 303 | 20 | 131 | 0 | 30 | 441 | 121 | 52 |
| Binary | 10100011 | 10101 | 11000011 | 10000 | 1011001 | 0 | 11000 | 100100001 | 1010001 | 101010 |
Color Harmonies of #A315C3
Complementary color
Monochromatic Colors of #A315C3
Black with #A315C3
Text Example
Text Example
White with #A315C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315C3; }
p { color: rgb(163,21,195); }
H1.HeaderClassName
{
color: #A315C3;
}
.AnyTagClassName
{
color: #A315C3;
}
</style>
background-color css
<style>
a { background-color: #A315C3; }
a { background-color: rgb(163,21,195); }
div.DivClassName
{
background-color: #A315C3;
}
.BgClassName
{
background-color: #A315C3;
}
</style>
border-color css
<style>
span { border-color: #A315C3; }
span { border-color: rgb(163,21,195); }
td.TdClassName
{
border-color: #A315C3;
}
.TagClassName
{
border-color: #A315C3;
}
</style>