Shades of Dark Violet #A215B8
Tints of Dark Violet #A215B8
RGB
CMYK
RGB Variations
Color information
#A215B8 (or 0xA215B8) is known color: Dark Violet. HEX triplet: A2, 15 and B8. RGB value is (162,21,184). Sum of RGB (Red+Green+Blue) = 162+21+184=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A215B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A215B8 is #5DEA47. Grayscale: #515151. Windows color (decimal): -6154824 or 12064162. OLE color: 12064162.
HSL color Cylindrical-coordinate representation of color #A215B8: hue angle of 291.9º degrees, saturation: 0.8, 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 #A215B8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 21 | 184 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.28 |
| HSL | 291.9º | 0.8% | 0.4% | - |
| HSV(B) | 291.9º | 0.89% | 0.72% | - |
| XYZ | 23.82 | 11.68 | 46.35 | - |
| YUV | 81.74 | 185.71 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 184 | 0.12 | 0.89 | 0 | 0.28 | 291.9 | 0.8 | 0.4 |
| Hex | A2 | 15 | B8 | C | 59 | 0 | 1C | 124 | 50 | 28 |
| Octal | 242 | 25 | 270 | 14 | 131 | 0 | 34 | 444 | 120 | 50 |
| Binary | 10100010 | 10101 | 10111000 | 1100 | 1011001 | 0 | 11100 | 100100100 | 1010000 | 101000 |
Color Harmonies of #A215B8
Complementary color
Monochromatic Colors of #A215B8
Black with #A215B8
Text Example
Text Example
White with #A215B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A215B8; }
p { color: rgb(162,21,184); }
H1.HeaderClassName
{
color: #A215B8;
}
.AnyTagClassName
{
color: #A215B8;
}
</style>
background-color css
<style>
a { background-color: #A215B8; }
a { background-color: rgb(162,21,184); }
div.DivClassName
{
background-color: #A215B8;
}
.BgClassName
{
background-color: #A215B8;
}
</style>
border-color css
<style>
span { border-color: #A215B8; }
span { border-color: rgb(162,21,184); }
td.TdClassName
{
border-color: #A215B8;
}
.TagClassName
{
border-color: #A215B8;
}
</style>