Shades of Dark Purple #A1157B
Tints of Dark Purple #A1157B
RGB
CMYK
RGB Variations
Color information
#A1157B (or 0xA1157B) is known color: Dark Purple. HEX triplet: A1, 15 and 7B. RGB value is (161,21,123). Sum of RGB (Red+Green+Blue) = 161+21+123=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1157B is #5EEA84. Grayscale: #4A4A4A. Windows color (decimal): -6220421 or 8066465. OLE color: 8066465.
HSL color Cylindrical-coordinate representation of color #A1157B: hue angle of 316.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1157B is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 123 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.37 |
| HSL | 316.29º | 0.77% | 0.36% | - |
| HSV(B) | 316.29º | 0.87% | 0.63% | - |
| XYZ | 18.54 | 9.54 | 19.6 | - |
| YUV | 74.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 123 | 0 | 0.87 | 0.24 | 0.37 | 316.29 | 0.77 | 0.36 |
| Hex | A1 | 15 | 7B | 0 | 57 | 18 | 25 | 13C | 4D | 24 |
| Octal | 241 | 25 | 173 | 0 | 127 | 30 | 45 | 474 | 115 | 44 |
| Binary | 10100001 | 10101 | 1111011 | 0 | 1010111 | 11000 | 100101 | 100111100 | 1001101 | 100100 |
Color Harmonies of #A1157B
Complementary color
Monochromatic Colors of #A1157B
Black with #A1157B
Text Example
Text Example
White with #A1157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1157B; }
p { color: rgb(161,21,123); }
H1.HeaderClassName
{
color: #A1157B;
}
.AnyTagClassName
{
color: #A1157B;
}
</style>
background-color css
<style>
a { background-color: #A1157B; }
a { background-color: rgb(161,21,123); }
div.DivClassName
{
background-color: #A1157B;
}
.BgClassName
{
background-color: #A1157B;
}
</style>
border-color css
<style>
span { border-color: #A1157B; }
span { border-color: rgb(161,21,123); }
td.TdClassName
{
border-color: #A1157B;
}
.TagClassName
{
border-color: #A1157B;
}
</style>