Shades of Mountbatten Pink #A16E96
Tints of Mountbatten Pink #A16E96
RGB
CMYK
RGB Variations
Color information
#A16E96 (or 0xA16E96) is known color: Mountbatten Pink. HEX triplet: A1, 6E and 96. RGB value is (161,110,150). Sum of RGB (Red+Green+Blue) = 161+110+150=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E96 is #5E9169. Grayscale: #818181. Windows color (decimal): -6197610 or 9858721. OLE color: 9858721.
HSL color Cylindrical-coordinate representation of color #A16E96: hue angle of 312.94º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E96 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 150 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.37 |
| HSL | 312.94º | 0.21% | 0.53% | - |
| HSV(B) | 312.94º | 0.32% | 0.63% | - |
| XYZ | 25.78 | 20.93 | 31.54 | - |
| YUV | 129.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 150 | 0 | 0.32 | 0.07 | 0.37 | 312.94 | 0.21 | 0.53 |
| Hex | A1 | 6E | 96 | 0 | 20 | 7 | 25 | 139 | 15 | 35 |
| Octal | 241 | 156 | 226 | 0 | 40 | 7 | 45 | 471 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10010110 | 0 | 100000 | 111 | 100101 | 100111001 | 10101 | 110101 |
Color Harmonies of #A16E96
Complementary color
Monochromatic Colors of #A16E96
Black with #A16E96
Text Example
Text Example
White with #A16E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E96; }
p { color: rgb(161,110,150); }
H1.HeaderClassName
{
color: #A16E96;
}
.AnyTagClassName
{
color: #A16E96;
}
</style>
background-color css
<style>
a { background-color: #A16E96; }
a { background-color: rgb(161,110,150); }
div.DivClassName
{
background-color: #A16E96;
}
.BgClassName
{
background-color: #A16E96;
}
</style>
border-color css
<style>
span { border-color: #A16E96; }
span { border-color: rgb(161,110,150); }
td.TdClassName
{
border-color: #A16E96;
}
.TagClassName
{
border-color: #A16E96;
}
</style>