Shades of Mountbatten Pink #A16994
Tints of Mountbatten Pink #A16994
RGB
CMYK
RGB Variations
Color information
#A16994 (or 0xA16994) is known color: Mountbatten Pink. HEX triplet: A1, 69 and 94. RGB value is (161,105,148). Sum of RGB (Red+Green+Blue) = 161+105+148=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16994 is #5E966B. Grayscale: #7E7E7E. Windows color (decimal): -6198892 or 9726369. OLE color: 9726369.
HSL color Cylindrical-coordinate representation of color #A16994: hue angle of 313.93º 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 #A16994 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 148 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.37 |
| HSL | 313.93º | 0.23% | 0.52% | - |
| HSV(B) | 313.93º | 0.35% | 0.63% | - |
| XYZ | 25.09 | 19.82 | 30.52 | - |
| YUV | 126.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 148 | 0 | 0.35 | 0.08 | 0.37 | 313.93 | 0.23 | 0.52 |
| Hex | A1 | 69 | 94 | 0 | 23 | 8 | 25 | 13A | 17 | 34 |
| Octal | 241 | 151 | 224 | 0 | 43 | 10 | 45 | 472 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10010100 | 0 | 100011 | 1000 | 100101 | 100111010 | 10111 | 110100 |
Color Harmonies of #A16994
Complementary color
Monochromatic Colors of #A16994
Black with #A16994
Text Example
Text Example
White with #A16994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16994; }
p { color: rgb(161,105,148); }
H1.HeaderClassName
{
color: #A16994;
}
.AnyTagClassName
{
color: #A16994;
}
</style>
background-color css
<style>
a { background-color: #A16994; }
a { background-color: rgb(161,105,148); }
div.DivClassName
{
background-color: #A16994;
}
.BgClassName
{
background-color: #A16994;
}
</style>
border-color css
<style>
span { border-color: #A16994; }
span { border-color: rgb(161,105,148); }
td.TdClassName
{
border-color: #A16994;
}
.TagClassName
{
border-color: #A16994;
}
</style>