Shades of Mountbatten Pink #A16891
Tints of Mountbatten Pink #A16891
RGB
CMYK
RGB Variations
Color information
#A16891 (or 0xA16891) is known color: Mountbatten Pink. HEX triplet: A1, 68 and 91. RGB value is (161,104,145). Sum of RGB (Red+Green+Blue) = 161+104+145=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A16891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16891 is #5E976E. Grayscale: #7D7D7D. Windows color (decimal): -6199151 or 9529505. OLE color: 9529505.
HSL color Cylindrical-coordinate representation of color #A16891: hue angle of 316.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16891 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 145 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.37 |
| HSL | 316.84º | 0.23% | 0.52% | - |
| HSV(B) | 316.84º | 0.35% | 0.63% | - |
| XYZ | 24.76 | 19.52 | 29.25 | - |
| YUV | 125.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 145 | 0 | 0.35 | 0.10 | 0.37 | 316.84 | 0.23 | 0.52 |
| Hex | A1 | 68 | 91 | 0 | 23 | A | 25 | 13D | 17 | 34 |
| Octal | 241 | 150 | 221 | 0 | 43 | 12 | 45 | 475 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10010001 | 0 | 100011 | 1010 | 100101 | 100111101 | 10111 | 110100 |
Color Harmonies of #A16891
Complementary color
Monochromatic Colors of #A16891
Black with #A16891
Text Example
Text Example
White with #A16891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16891; }
p { color: rgb(161,104,145); }
H1.HeaderClassName
{
color: #A16891;
}
.AnyTagClassName
{
color: #A16891;
}
</style>
background-color css
<style>
a { background-color: #A16891; }
a { background-color: rgb(161,104,145); }
div.DivClassName
{
background-color: #A16891;
}
.BgClassName
{
background-color: #A16891;
}
</style>
border-color css
<style>
span { border-color: #A16891; }
span { border-color: rgb(161,104,145); }
td.TdClassName
{
border-color: #A16891;
}
.TagClassName
{
border-color: #A16891;
}
</style>