Shades of Mountbatten Pink #A16A92
Tints of Mountbatten Pink #A16A92
RGB
CMYK
RGB Variations
Color information
#A16A92 (or 0xA16A92) is known color: Mountbatten Pink. HEX triplet: A1, 6A and 92. RGB value is (161,106,146). Sum of RGB (Red+Green+Blue) = 161+106+146=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A92 is #5E956D. Grayscale: #7E7E7E. Windows color (decimal): -6198638 or 9595553. OLE color: 9595553.
HSL color Cylindrical-coordinate representation of color #A16A92: hue angle of 316.36º 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 #A16A92 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 146 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.37 |
| HSL | 316.36º | 0.23% | 0.52% | - |
| HSV(B) | 316.36º | 0.34% | 0.63% | - |
| XYZ | 25.04 | 19.96 | 29.73 | - |
| YUV | 127.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 146 | 0 | 0.34 | 0.09 | 0.37 | 316.36 | 0.23 | 0.52 |
| Hex | A1 | 6A | 92 | 0 | 22 | 9 | 25 | 13C | 17 | 34 |
| Octal | 241 | 152 | 222 | 0 | 42 | 11 | 45 | 474 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10010010 | 0 | 100010 | 1001 | 100101 | 100111100 | 10111 | 110100 |
Color Harmonies of #A16A92
Complementary color
Monochromatic Colors of #A16A92
Black with #A16A92
Text Example
Text Example
White with #A16A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A92; }
p { color: rgb(161,106,146); }
H1.HeaderClassName
{
color: #A16A92;
}
.AnyTagClassName
{
color: #A16A92;
}
</style>
background-color css
<style>
a { background-color: #A16A92; }
a { background-color: rgb(161,106,146); }
div.DivClassName
{
background-color: #A16A92;
}
.BgClassName
{
background-color: #A16A92;
}
</style>
border-color css
<style>
span { border-color: #A16A92; }
span { border-color: rgb(161,106,146); }
td.TdClassName
{
border-color: #A16A92;
}
.TagClassName
{
border-color: #A16A92;
}
</style>