Shades of Mountbatten Pink #A16992
Tints of Mountbatten Pink #A16992
RGB
CMYK
RGB Variations
Color information
#A16992 (or 0xA16992) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 92. RGB value is (161,105,146). Sum of RGB (Red+Green+Blue) = 161+105+146=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A16992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16992 is #5E966D. Grayscale: #7E7E7E. Windows color (decimal): -6198894 or 9595297. OLE color: 9595297.
HSL color Cylindrical-coordinate representation of color #A16992: hue angle of 316.07º 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 #A16992 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 146 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.37 |
| HSL | 316.07º | 0.23% | 0.52% | - |
| HSV(B) | 316.07º | 0.35% | 0.63% | - |
| XYZ | 24.94 | 19.76 | 29.69 | - |
| YUV | 126.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 146 | 0 | 0.35 | 0.09 | 0.37 | 316.07 | 0.23 | 0.52 |
| Hex | A1 | 69 | 92 | 0 | 23 | 9 | 25 | 13C | 17 | 34 |
| Octal | 241 | 151 | 222 | 0 | 43 | 11 | 45 | 474 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10010010 | 0 | 100011 | 1001 | 100101 | 100111100 | 10111 | 110100 |
Color Harmonies of #A16992
Complementary color
Monochromatic Colors of #A16992
Black with #A16992
Text Example
Text Example
White with #A16992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16992; }
p { color: rgb(161,105,146); }
H1.HeaderClassName
{
color: #A16992;
}
.AnyTagClassName
{
color: #A16992;
}
</style>
background-color css
<style>
a { background-color: #A16992; }
a { background-color: rgb(161,105,146); }
div.DivClassName
{
background-color: #A16992;
}
.BgClassName
{
background-color: #A16992;
}
</style>
border-color css
<style>
span { border-color: #A16992; }
span { border-color: rgb(161,105,146); }
td.TdClassName
{
border-color: #A16992;
}
.TagClassName
{
border-color: #A16992;
}
</style>