Shades of Dark Violet #A315B7
Tints of Dark Violet #A315B7
RGB
CMYK
RGB Variations
Color information
#A315B7 (or 0xA315B7) is known color: Dark Violet. HEX triplet: A3, 15 and B7. RGB value is (163,21,183). Sum of RGB (Red+Green+Blue) = 163+21+183=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #A315B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A315B7 is #5CEA48. Grayscale: #515151. Windows color (decimal): -6089289 or 11998627. OLE color: 11998627.
HSL color Cylindrical-coordinate representation of color #A315B7: hue angle of 292.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A315B7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 21 | 183 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.28 |
| HSL | 292.59º | 0.79% | 0.4% | - |
| HSV(B) | 292.59º | 0.89% | 0.72% | - |
| XYZ | 23.92 | 11.74 | 45.81 | - |
| YUV | 81.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 183 | 0.11 | 0.89 | 0 | 0.28 | 292.59 | 0.79 | 0.4 |
| Hex | A3 | 15 | B7 | B | 59 | 0 | 1C | 125 | 4F | 28 |
| Octal | 243 | 25 | 267 | 13 | 131 | 0 | 34 | 445 | 117 | 50 |
| Binary | 10100011 | 10101 | 10110111 | 1011 | 1011001 | 0 | 11100 | 100100101 | 1001111 | 101000 |
Color Harmonies of #A315B7
Complementary color
Monochromatic Colors of #A315B7
Black with #A315B7
Text Example
Text Example
White with #A315B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315B7; }
p { color: rgb(163,21,183); }
H1.HeaderClassName
{
color: #A315B7;
}
.AnyTagClassName
{
color: #A315B7;
}
</style>
background-color css
<style>
a { background-color: #A315B7; }
a { background-color: rgb(163,21,183); }
div.DivClassName
{
background-color: #A315B7;
}
.BgClassName
{
background-color: #A315B7;
}
</style>
border-color css
<style>
span { border-color: #A315B7; }
span { border-color: rgb(163,21,183); }
td.TdClassName
{
border-color: #A315B7;
}
.TagClassName
{
border-color: #A315B7;
}
</style>