Shades of Mountbatten Pink #A17E91
Tints of Mountbatten Pink #A17E91
RGB
CMYK
RGB Variations
Color information
#A17E91 (or 0xA17E91) is known color: Mountbatten Pink. HEX triplet: A1, 7E and 91. RGB value is (161,126,145). Sum of RGB (Red+Green+Blue) = 161+126+145=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17E91 is #5E816E. Grayscale: #8A8A8A. Windows color (decimal): -6193519 or 9535137. OLE color: 9535137.
HSL color Cylindrical-coordinate representation of color #A17E91: hue angle of 327.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A17E91 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 126 | 145 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.37 |
| HSL | 327.43º | 0.16% | 0.56% | - |
| HSV(B) | 327.43º | 0.22% | 0.63% | - |
| XYZ | 27.27 | 24.54 | 30.09 | - |
| YUV | 138.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 145 | 0 | 0.22 | 0.10 | 0.37 | 327.43 | 0.16 | 0.56 |
| Hex | A1 | 7E | 91 | 0 | 16 | A | 25 | 147 | 10 | 38 |
| Octal | 241 | 176 | 221 | 0 | 26 | 12 | 45 | 507 | 20 | 70 |
| Binary | 10100001 | 1111110 | 10010001 | 0 | 10110 | 1010 | 100101 | 101000111 | 10000 | 111000 |
Color Harmonies of #A17E91
Complementary color
Monochromatic Colors of #A17E91
Black with #A17E91
Text Example
Text Example
White with #A17E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17E91; }
p { color: rgb(161,126,145); }
H1.HeaderClassName
{
color: #A17E91;
}
.AnyTagClassName
{
color: #A17E91;
}
</style>
background-color css
<style>
a { background-color: #A17E91; }
a { background-color: rgb(161,126,145); }
div.DivClassName
{
background-color: #A17E91;
}
.BgClassName
{
background-color: #A17E91;
}
</style>
border-color css
<style>
span { border-color: #A17E91; }
span { border-color: rgb(161,126,145); }
td.TdClassName
{
border-color: #A17E91;
}
.TagClassName
{
border-color: #A17E91;
}
</style>