Shades of Dark Purple #A2157C
Tints of Dark Purple #A2157C
RGB
CMYK
RGB Variations
Color information
#A2157C (or 0xA2157C) is known color: Dark Purple. HEX triplet: A2, 15 and 7C. RGB value is (162,21,124). Sum of RGB (Red+Green+Blue) = 162+21+124=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157C is #5DEA83. Grayscale: #4A4A4A. Windows color (decimal): -6154884 or 8132002. OLE color: 8132002.
HSL color Cylindrical-coordinate representation of color #A2157C: hue angle of 316.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2157C is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 124 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.36 |
| HSL | 316.17º | 0.77% | 0.36% | - |
| HSV(B) | 316.17º | 0.87% | 0.64% | - |
| XYZ | 18.81 | 9.67 | 19.94 | - |
| YUV | 74.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 124 | 0 | 0.87 | 0.23 | 0.36 | 316.17 | 0.77 | 0.36 |
| Hex | A2 | 15 | 7C | 0 | 57 | 17 | 24 | 13C | 4D | 24 |
| Octal | 242 | 25 | 174 | 0 | 127 | 27 | 44 | 474 | 115 | 44 |
| Binary | 10100010 | 10101 | 1111100 | 0 | 1010111 | 10111 | 100100 | 100111100 | 1001101 | 100100 |
Color Harmonies of #A2157C
Complementary color
Monochromatic Colors of #A2157C
Black with #A2157C
Text Example
Text Example
White with #A2157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2157C; }
p { color: rgb(162,21,124); }
H1.HeaderClassName
{
color: #A2157C;
}
.AnyTagClassName
{
color: #A2157C;
}
</style>
background-color css
<style>
a { background-color: #A2157C; }
a { background-color: rgb(162,21,124); }
div.DivClassName
{
background-color: #A2157C;
}
.BgClassName
{
background-color: #A2157C;
}
</style>
border-color css
<style>
span { border-color: #A2157C; }
span { border-color: rgb(162,21,124); }
td.TdClassName
{
border-color: #A2157C;
}
.TagClassName
{
border-color: #A2157C;
}
</style>