Shades of Mountbatten Pink #A16E8C
Tints of Mountbatten Pink #A16E8C
RGB
CMYK
RGB Variations
Color information
#A16E8C (or 0xA16E8C) is known color: Mountbatten Pink. HEX triplet: A1, 6E and 8C. RGB value is (161,110,140). Sum of RGB (Red+Green+Blue) = 161+110+140=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E8C is #5E9173. Grayscale: #808080. Windows color (decimal): -6197620 or 9203361. OLE color: 9203361.
HSL color Cylindrical-coordinate representation of color #A16E8C: hue angle of 324.71º 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 #A16E8C is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 140 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.37 |
| HSL | 324.71º | 0.21% | 0.53% | - |
| HSV(B) | 324.71º | 0.32% | 0.63% | - |
| XYZ | 25.01 | 20.62 | 27.47 | - |
| YUV | 128.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 140 | 0 | 0.32 | 0.13 | 0.37 | 324.71 | 0.21 | 0.53 |
| Hex | A1 | 6E | 8C | 0 | 20 | D | 25 | 145 | 15 | 35 |
| Octal | 241 | 156 | 214 | 0 | 40 | 15 | 45 | 505 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10001100 | 0 | 100000 | 1101 | 100101 | 101000101 | 10101 | 110101 |
Color Harmonies of #A16E8C
Complementary color
Monochromatic Colors of #A16E8C
Black with #A16E8C
Text Example
Text Example
White with #A16E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E8C; }
p { color: rgb(161,110,140); }
H1.HeaderClassName
{
color: #A16E8C;
}
.AnyTagClassName
{
color: #A16E8C;
}
</style>
background-color css
<style>
a { background-color: #A16E8C; }
a { background-color: rgb(161,110,140); }
div.DivClassName
{
background-color: #A16E8C;
}
.BgClassName
{
background-color: #A16E8C;
}
</style>
border-color css
<style>
span { border-color: #A16E8C; }
span { border-color: rgb(161,110,140); }
td.TdClassName
{
border-color: #A16E8C;
}
.TagClassName
{
border-color: #A16E8C;
}
</style>