Shades of Mountbatten Pink #A16A8F
Tints of Mountbatten Pink #A16A8F
RGB
CMYK
RGB Variations
Color information
#A16A8F (or 0xA16A8F) is known color: Mountbatten Pink. HEX triplet: A1, 6A and 8F. RGB value is (161,106,143). Sum of RGB (Red+Green+Blue) = 161+106+143=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A8F is #5E9570. Grayscale: #7E7E7E. Windows color (decimal): -6198641 or 9398945. OLE color: 9398945.
HSL color Cylindrical-coordinate representation of color #A16A8F: hue angle of 319.64º 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 #A16A8F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 143 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.37 |
| HSL | 319.64º | 0.23% | 0.52% | - |
| HSV(B) | 319.64º | 0.34% | 0.63% | - |
| XYZ | 24.81 | 19.87 | 28.51 | - |
| YUV | 126.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 143 | 0 | 0.34 | 0.11 | 0.37 | 319.64 | 0.23 | 0.52 |
| Hex | A1 | 6A | 8F | 0 | 22 | B | 25 | 140 | 17 | 34 |
| Octal | 241 | 152 | 217 | 0 | 42 | 13 | 45 | 500 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10001111 | 0 | 100010 | 1011 | 100101 | 101000000 | 10111 | 110100 |
Color Harmonies of #A16A8F
Complementary color
Monochromatic Colors of #A16A8F
Black with #A16A8F
Text Example
Text Example
White with #A16A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A8F; }
p { color: rgb(161,106,143); }
H1.HeaderClassName
{
color: #A16A8F;
}
.AnyTagClassName
{
color: #A16A8F;
}
</style>
background-color css
<style>
a { background-color: #A16A8F; }
a { background-color: rgb(161,106,143); }
div.DivClassName
{
background-color: #A16A8F;
}
.BgClassName
{
background-color: #A16A8F;
}
</style>
border-color css
<style>
span { border-color: #A16A8F; }
span { border-color: rgb(161,106,143); }
td.TdClassName
{
border-color: #A16A8F;
}
.TagClassName
{
border-color: #A16A8F;
}
</style>