Shades of Dark Purple #A2157F
Tints of Dark Purple #A2157F
RGB
CMYK
RGB Variations
Color information
#A2157F (or 0xA2157F) is known color: Dark Purple. HEX triplet: A2, 15 and 7F. RGB value is (162,21,127). Sum of RGB (Red+Green+Blue) = 162+21+127=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157F is #5DEA80. Grayscale: #4A4A4A. Windows color (decimal): -6154881 or 8328610. OLE color: 8328610.
HSL color Cylindrical-coordinate representation of color #A2157F: hue angle of 314.89º 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 #A2157F is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 127 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.36 |
| HSL | 314.89º | 0.77% | 0.36% | - |
| HSV(B) | 314.89º | 0.87% | 0.64% | - |
| XYZ | 19 | 9.75 | 20.96 | - |
| YUV | 75.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 127 | 0 | 0.87 | 0.22 | 0.36 | 314.89 | 0.77 | 0.36 |
| Hex | A2 | 15 | 7F | 0 | 57 | 16 | 24 | 13B | 4D | 24 |
| Octal | 242 | 25 | 177 | 0 | 127 | 26 | 44 | 473 | 115 | 44 |
| Binary | 10100010 | 10101 | 1111111 | 0 | 1010111 | 10110 | 100100 | 100111011 | 1001101 | 100100 |
Color Harmonies of #A2157F
Complementary color
Monochromatic Colors of #A2157F
Black with #A2157F
Text Example
Text Example
White with #A2157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2157F; }
p { color: rgb(162,21,127); }
H1.HeaderClassName
{
color: #A2157F;
}
.AnyTagClassName
{
color: #A2157F;
}
</style>
background-color css
<style>
a { background-color: #A2157F; }
a { background-color: rgb(162,21,127); }
div.DivClassName
{
background-color: #A2157F;
}
.BgClassName
{
background-color: #A2157F;
}
</style>
border-color css
<style>
span { border-color: #A2157F; }
span { border-color: rgb(162,21,127); }
td.TdClassName
{
border-color: #A2157F;
}
.TagClassName
{
border-color: #A2157F;
}
</style>