Shades of Dark Purple #A2157B
Tints of Dark Purple #A2157B
RGB
CMYK
RGB Variations
Color information
#A2157B (or 0xA2157B) is known color: Dark Purple. HEX triplet: A2, 15 and 7B. RGB value is (162,21,123). Sum of RGB (Red+Green+Blue) = 162+21+123=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157B is #5DEA84. Grayscale: #4A4A4A. Windows color (decimal): -6154885 or 8066466. OLE color: 8066466.
HSL color Cylindrical-coordinate representation of color #A2157B: hue angle of 316.6º 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 #A2157B is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 21 | 123 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.36 |
| HSL | 316.6º | 0.77% | 0.36% | - |
| HSV(B) | 316.6º | 0.87% | 0.64% | - |
| XYZ | 18.74 | 9.65 | 19.61 | - |
| YUV | 74.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 21 | 123 | 0 | 0.87 | 0.24 | 0.36 | 316.6 | 0.77 | 0.36 |
| Hex | A2 | 15 | 7B | 0 | 57 | 18 | 24 | 13D | 4D | 24 |
| Octal | 242 | 25 | 173 | 0 | 127 | 30 | 44 | 475 | 115 | 44 |
| Binary | 10100010 | 10101 | 1111011 | 0 | 1010111 | 11000 | 100100 | 100111101 | 1001101 | 100100 |
Color Harmonies of #A2157B
Complementary color
Monochromatic Colors of #A2157B
Black with #A2157B
Text Example
Text Example
White with #A2157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2157B; }
p { color: rgb(162,21,123); }
H1.HeaderClassName
{
color: #A2157B;
}
.AnyTagClassName
{
color: #A2157B;
}
</style>
background-color css
<style>
a { background-color: #A2157B; }
a { background-color: rgb(162,21,123); }
div.DivClassName
{
background-color: #A2157B;
}
.BgClassName
{
background-color: #A2157B;
}
</style>
border-color css
<style>
span { border-color: #A2157B; }
span { border-color: rgb(162,21,123); }
td.TdClassName
{
border-color: #A2157B;
}
.TagClassName
{
border-color: #A2157B;
}
</style>