Shades of Mountbatten Pink #A17191
Tints of Mountbatten Pink #A17191
RGB
CMYK
RGB Variations
Color information
#A17191 (or 0xA17191) is known color: Mountbatten Pink. HEX triplet: A1, 71 and 91. RGB value is (161,113,145). Sum of RGB (Red+Green+Blue) = 161+113+145=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A17191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17191 is #5E8E6E. Grayscale: #828282. Windows color (decimal): -6196847 or 9531809. OLE color: 9531809.
HSL color Cylindrical-coordinate representation of color #A17191: hue angle of 320º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17191 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 113 | 145 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.37 |
| HSL | 320º | 0.2% | 0.54% | - |
| HSV(B) | 320º | 0.3% | 0.63% | - |
| XYZ | 25.71 | 21.43 | 29.57 | - |
| YUV | 131 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 145 | 0 | 0.30 | 0.10 | 0.37 | 320 | 0.2 | 0.54 |
| Hex | A1 | 71 | 91 | 0 | 1E | A | 25 | 140 | 14 | 36 |
| Octal | 241 | 161 | 221 | 0 | 36 | 12 | 45 | 500 | 24 | 66 |
| Binary | 10100001 | 1110001 | 10010001 | 0 | 11110 | 1010 | 100101 | 101000000 | 10100 | 110110 |
Color Harmonies of #A17191
Complementary color
Monochromatic Colors of #A17191
Black with #A17191
Text Example
Text Example
White with #A17191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17191; }
p { color: rgb(161,113,145); }
H1.HeaderClassName
{
color: #A17191;
}
.AnyTagClassName
{
color: #A17191;
}
</style>
background-color css
<style>
a { background-color: #A17191; }
a { background-color: rgb(161,113,145); }
div.DivClassName
{
background-color: #A17191;
}
.BgClassName
{
background-color: #A17191;
}
</style>
border-color css
<style>
span { border-color: #A17191; }
span { border-color: rgb(161,113,145); }
td.TdClassName
{
border-color: #A17191;
}
.TagClassName
{
border-color: #A17191;
}
</style>