Shades of Mountbatten Pink #A16F91
Tints of Mountbatten Pink #A16F91
RGB
CMYK
RGB Variations
Color information
#A16F91 (or 0xA16F91) is known color: Mountbatten Pink. HEX triplet: A1, 6F and 91. RGB value is (161,111,145). Sum of RGB (Red+Green+Blue) = 161+111+145=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F91 is #5E906E. Grayscale: #818181. Windows color (decimal): -6197359 or 9531297. OLE color: 9531297.
HSL color Cylindrical-coordinate representation of color #A16F91: hue angle of 319.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F91 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 145 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.37 |
| HSL | 319.2º | 0.21% | 0.53% | - |
| HSV(B) | 319.2º | 0.31% | 0.63% | - |
| XYZ | 25.49 | 20.99 | 29.5 | - |
| YUV | 129.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 145 | 0 | 0.31 | 0.10 | 0.37 | 319.2 | 0.21 | 0.53 |
| Hex | A1 | 6F | 91 | 0 | 1F | A | 25 | 13F | 15 | 35 |
| Octal | 241 | 157 | 221 | 0 | 37 | 12 | 45 | 477 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10010001 | 0 | 11111 | 1010 | 100101 | 100111111 | 10101 | 110101 |
Color Harmonies of #A16F91
Complementary color
Monochromatic Colors of #A16F91
Black with #A16F91
Text Example
Text Example
White with #A16F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F91; }
p { color: rgb(161,111,145); }
H1.HeaderClassName
{
color: #A16F91;
}
.AnyTagClassName
{
color: #A16F91;
}
</style>
background-color css
<style>
a { background-color: #A16F91; }
a { background-color: rgb(161,111,145); }
div.DivClassName
{
background-color: #A16F91;
}
.BgClassName
{
background-color: #A16F91;
}
</style>
border-color css
<style>
span { border-color: #A16F91; }
span { border-color: rgb(161,111,145); }
td.TdClassName
{
border-color: #A16F91;
}
.TagClassName
{
border-color: #A16F91;
}
</style>