Shades of Mountbatten Pink #A16A8E
Tints of Mountbatten Pink #A16A8E
RGB
CMYK
RGB Variations
Color information
#A16A8E (or 0xA16A8E) is known color: Mountbatten Pink. HEX triplet: A1, 6A and 8E. RGB value is (161,106,142). Sum of RGB (Red+Green+Blue) = 161+106+142=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A8E is #5E9571. Grayscale: #7E7E7E. Windows color (decimal): -6198642 or 9333409. OLE color: 9333409.
HSL color Cylindrical-coordinate representation of color #A16A8E: hue angle of 320.73º 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 #A16A8E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 142 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.37 |
| HSL | 320.73º | 0.23% | 0.52% | - |
| HSV(B) | 320.73º | 0.34% | 0.63% | - |
| XYZ | 24.73 | 19.84 | 28.12 | - |
| YUV | 126.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 142 | 0 | 0.34 | 0.12 | 0.37 | 320.73 | 0.23 | 0.52 |
| Hex | A1 | 6A | 8E | 0 | 22 | C | 25 | 141 | 17 | 34 |
| Octal | 241 | 152 | 216 | 0 | 42 | 14 | 45 | 501 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10001110 | 0 | 100010 | 1100 | 100101 | 101000001 | 10111 | 110100 |
Color Harmonies of #A16A8E
Complementary color
Monochromatic Colors of #A16A8E
Black with #A16A8E
Text Example
Text Example
White with #A16A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A8E; }
p { color: rgb(161,106,142); }
H1.HeaderClassName
{
color: #A16A8E;
}
.AnyTagClassName
{
color: #A16A8E;
}
</style>
background-color css
<style>
a { background-color: #A16A8E; }
a { background-color: rgb(161,106,142); }
div.DivClassName
{
background-color: #A16A8E;
}
.BgClassName
{
background-color: #A16A8E;
}
</style>
border-color css
<style>
span { border-color: #A16A8E; }
span { border-color: rgb(161,106,142); }
td.TdClassName
{
border-color: #A16A8E;
}
.TagClassName
{
border-color: #A16A8E;
}
</style>