Shades of Mountbatten Pink #A16F90
Tints of Mountbatten Pink #A16F90
RGB
CMYK
RGB Variations
Color information
#A16F90 (or 0xA16F90) is known color: Mountbatten Pink. HEX triplet: A1, 6F and 90. RGB value is (161,111,144). Sum of RGB (Red+Green+Blue) = 161+111+144=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F90 is #5E906F. Grayscale: #818181. Windows color (decimal): -6197360 or 9465761. OLE color: 9465761.
HSL color Cylindrical-coordinate representation of color #A16F90: hue angle of 320.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F90 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 144 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.37 |
| HSL | 320.4º | 0.21% | 0.53% | - |
| HSV(B) | 320.4º | 0.31% | 0.63% | - |
| XYZ | 25.42 | 20.96 | 29.09 | - |
| YUV | 129.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 144 | 0 | 0.31 | 0.11 | 0.37 | 320.4 | 0.21 | 0.53 |
| Hex | A1 | 6F | 90 | 0 | 1F | B | 25 | 140 | 15 | 35 |
| Octal | 241 | 157 | 220 | 0 | 37 | 13 | 45 | 500 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10010000 | 0 | 11111 | 1011 | 100101 | 101000000 | 10101 | 110101 |
Color Harmonies of #A16F90
Complementary color
Monochromatic Colors of #A16F90
Black with #A16F90
Text Example
Text Example
White with #A16F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F90; }
p { color: rgb(161,111,144); }
H1.HeaderClassName
{
color: #A16F90;
}
.AnyTagClassName
{
color: #A16F90;
}
</style>
background-color css
<style>
a { background-color: #A16F90; }
a { background-color: rgb(161,111,144); }
div.DivClassName
{
background-color: #A16F90;
}
.BgClassName
{
background-color: #A16F90;
}
</style>
border-color css
<style>
span { border-color: #A16F90; }
span { border-color: rgb(161,111,144); }
td.TdClassName
{
border-color: #A16F90;
}
.TagClassName
{
border-color: #A16F90;
}
</style>