Shades of Mountbatten Pink #A16F8C
Tints of Mountbatten Pink #A16F8C
RGB
CMYK
RGB Variations
Color information
#A16F8C (or 0xA16F8C) is known color: Mountbatten Pink. HEX triplet: A1, 6F and 8C. RGB value is (161,111,140). Sum of RGB (Red+Green+Blue) = 161+111+140=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F8C is #5E9073. Grayscale: #818181. Windows color (decimal): -6197364 or 9203617. OLE color: 9203617.
HSL color Cylindrical-coordinate representation of color #A16F8C: hue angle of 325.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 #A16F8C is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 140 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.37 |
| HSL | 325.2º | 0.21% | 0.53% | - |
| HSV(B) | 325.2º | 0.31% | 0.63% | - |
| XYZ | 25.12 | 20.84 | 27.51 | - |
| YUV | 129.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 140 | 0 | 0.31 | 0.13 | 0.37 | 325.2 | 0.21 | 0.53 |
| Hex | A1 | 6F | 8C | 0 | 1F | D | 25 | 145 | 15 | 35 |
| Octal | 241 | 157 | 214 | 0 | 37 | 15 | 45 | 505 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10001100 | 0 | 11111 | 1101 | 100101 | 101000101 | 10101 | 110101 |
Color Harmonies of #A16F8C
Complementary color
Monochromatic Colors of #A16F8C
Black with #A16F8C
Text Example
Text Example
White with #A16F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F8C; }
p { color: rgb(161,111,140); }
H1.HeaderClassName
{
color: #A16F8C;
}
.AnyTagClassName
{
color: #A16F8C;
}
</style>
background-color css
<style>
a { background-color: #A16F8C; }
a { background-color: rgb(161,111,140); }
div.DivClassName
{
background-color: #A16F8C;
}
.BgClassName
{
background-color: #A16F8C;
}
</style>
border-color css
<style>
span { border-color: #A16F8C; }
span { border-color: rgb(161,111,140); }
td.TdClassName
{
border-color: #A16F8C;
}
.TagClassName
{
border-color: #A16F8C;
}
</style>