Shades of Dark Violet #A215B7
Tints of Dark Violet #A215B7
RGB
CMYK
RGB Variations
Color information
#A215B7 (or 0xA215B7) is known color: Dark Violet. HEX triplet: A2, 15 and B7. RGB value is (162,21,183). Sum of RGB (Red+Green+Blue) = 162+21+183=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 183 (71.88% from 255 or 50% from 366); Max value from RGB is 183 - color contains mainly: blue. Hex color #A215B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215B7 is #5DEA48. Grayscale: #515151. Windows color (decimal): -6154825 or 11998626. OLE color: 11998626.
HSL color Cylindrical-coordinate representation of color #A215B7: hue angle of 292.22º 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 #A215B7 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 21 | 183 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.28 |
| HSL | 292.22º | 0.79% | 0.4% | - |
| HSV(B) | 292.22º | 0.89% | 0.72% | - |
| XYZ | 23.72 | 11.64 | 45.8 | - |
| YUV | 81.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 183 | 0.11 | 0.89 | 0 | 0.28 | 292.22 | 0.79 | 0.4 |
| Hex | A2 | 15 | B7 | B | 59 | 0 | 1C | 124 | 4F | 28 |
| Octal | 242 | 25 | 267 | 13 | 131 | 0 | 34 | 444 | 117 | 50 |
| Binary | 10100010 | 10101 | 10110111 | 1011 | 1011001 | 0 | 11100 | 100100100 | 1001111 | 101000 |
Color Harmonies of #A215B7
Complementary color
Monochromatic Colors of #A215B7
Black with #A215B7
Text Example
Text Example
White with #A215B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215B7; }
p { color: rgb(162,21,183); }
H1.HeaderClassName
{
color: #A215B7;
}
.AnyTagClassName
{
color: #A215B7;
}
</style>
background-color css
<style>
a { background-color: #A215B7; }
a { background-color: rgb(162,21,183); }
div.DivClassName
{
background-color: #A215B7;
}
.BgClassName
{
background-color: #A215B7;
}
</style>
border-color css
<style>
span { border-color: #A215B7; }
span { border-color: rgb(162,21,183); }
td.TdClassName
{
border-color: #A215B7;
}
.TagClassName
{
border-color: #A215B7;
}
</style>