Shades of Mountbatten Pink #A16A8C
Tints of Mountbatten Pink #A16A8C
RGB
CMYK
RGB Variations
Color information
#A16A8C (or 0xA16A8C) is known color: Mountbatten Pink. HEX triplet: A1, 6A and 8C. RGB value is (161,106,140). Sum of RGB (Red+Green+Blue) = 161+106+140=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A8C is #5E9573. Grayscale: #7E7E7E. Windows color (decimal): -6198644 or 9202337. OLE color: 9202337.
HSL color Cylindrical-coordinate representation of color #A16A8C: hue angle of 322.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A8C is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 140 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.37 |
| HSL | 322.91º | 0.23% | 0.52% | - |
| HSV(B) | 322.91º | 0.34% | 0.63% | - |
| XYZ | 24.59 | 19.78 | 27.33 | - |
| YUV | 126.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 140 | 0 | 0.34 | 0.13 | 0.37 | 322.91 | 0.23 | 0.52 |
| Hex | A1 | 6A | 8C | 0 | 22 | D | 25 | 143 | 17 | 34 |
| Octal | 241 | 152 | 214 | 0 | 42 | 15 | 45 | 503 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10001100 | 0 | 100010 | 1101 | 100101 | 101000011 | 10111 | 110100 |
Color Harmonies of #A16A8C
Complementary color
Monochromatic Colors of #A16A8C
Black with #A16A8C
Text Example
Text Example
White with #A16A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A8C; }
p { color: rgb(161,106,140); }
H1.HeaderClassName
{
color: #A16A8C;
}
.AnyTagClassName
{
color: #A16A8C;
}
</style>
background-color css
<style>
a { background-color: #A16A8C; }
a { background-color: rgb(161,106,140); }
div.DivClassName
{
background-color: #A16A8C;
}
.BgClassName
{
background-color: #A16A8C;
}
</style>
border-color css
<style>
span { border-color: #A16A8C; }
span { border-color: rgb(161,106,140); }
td.TdClassName
{
border-color: #A16A8C;
}
.TagClassName
{
border-color: #A16A8C;
}
</style>