Shades of Dark Violet #A215C5
Tints of Dark Violet #A215C5
RGB
CMYK
RGB Variations
Color information
#A215C5 (or 0xA215C5) is known color: Dark Violet. HEX triplet: A2, 15 and C5. RGB value is (162,21,197). Sum of RGB (Red+Green+Blue) = 162+21+197=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #A215C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215C5 is #5DEA3A. Grayscale: #525252. Windows color (decimal): -6154811 or 12916130. OLE color: 12916130.
HSL color Cylindrical-coordinate representation of color #A215C5: hue angle of 288.07º 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 #A215C5 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 21 | 197 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.23 |
| HSL | 288.07º | 0.81% | 0.43% | - |
| HSV(B) | 288.07º | 0.89% | 0.77% | - |
| XYZ | 25.25 | 12.25 | 53.86 | - |
| YUV | 83.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 197 | 0.18 | 0.89 | 0 | 0.23 | 288.07 | 0.81 | 0.43 |
| Hex | A2 | 15 | C5 | 12 | 59 | 0 | 17 | 120 | 51 | 2B |
| Octal | 242 | 25 | 305 | 22 | 131 | 0 | 27 | 440 | 121 | 53 |
| Binary | 10100010 | 10101 | 11000101 | 10010 | 1011001 | 0 | 10111 | 100100000 | 1010001 | 101011 |
Color Harmonies of #A215C5
Complementary color
Monochromatic Colors of #A215C5
Black with #A215C5
Text Example
Text Example
White with #A215C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215C5; }
p { color: rgb(162,21,197); }
H1.HeaderClassName
{
color: #A215C5;
}
.AnyTagClassName
{
color: #A215C5;
}
</style>
background-color css
<style>
a { background-color: #A215C5; }
a { background-color: rgb(162,21,197); }
div.DivClassName
{
background-color: #A215C5;
}
.BgClassName
{
background-color: #A215C5;
}
</style>
border-color css
<style>
span { border-color: #A215C5; }
span { border-color: rgb(162,21,197); }
td.TdClassName
{
border-color: #A215C5;
}
.TagClassName
{
border-color: #A215C5;
}
</style>