Shades of Mountbatten Pink #A16890
Tints of Mountbatten Pink #A16890
RGB
CMYK
RGB Variations
Color information
#A16890 (or 0xA16890) is known color: Mountbatten Pink. HEX triplet: A1, 68 and 90. RGB value is (161,104,144). Sum of RGB (Red+Green+Blue) = 161+104+144=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A16890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16890 is #5E976F. Grayscale: #7D7D7D. Windows color (decimal): -6199152 or 9463969. OLE color: 9463969.
HSL color Cylindrical-coordinate representation of color #A16890: hue angle of 317.89º 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 #A16890 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 144 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.37 |
| HSL | 317.89º | 0.23% | 0.52% | - |
| HSV(B) | 317.89º | 0.35% | 0.63% | - |
| XYZ | 24.68 | 19.49 | 28.85 | - |
| YUV | 125.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 144 | 0 | 0.35 | 0.11 | 0.37 | 317.89 | 0.23 | 0.52 |
| Hex | A1 | 68 | 90 | 0 | 23 | B | 25 | 13E | 17 | 34 |
| Octal | 241 | 150 | 220 | 0 | 43 | 13 | 45 | 476 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10010000 | 0 | 100011 | 1011 | 100101 | 100111110 | 10111 | 110100 |
Color Harmonies of #A16890
Complementary color
Monochromatic Colors of #A16890
Black with #A16890
Text Example
Text Example
White with #A16890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16890; }
p { color: rgb(161,104,144); }
H1.HeaderClassName
{
color: #A16890;
}
.AnyTagClassName
{
color: #A16890;
}
</style>
background-color css
<style>
a { background-color: #A16890; }
a { background-color: rgb(161,104,144); }
div.DivClassName
{
background-color: #A16890;
}
.BgClassName
{
background-color: #A16890;
}
</style>
border-color css
<style>
span { border-color: #A16890; }
span { border-color: rgb(161,104,144); }
td.TdClassName
{
border-color: #A16890;
}
.TagClassName
{
border-color: #A16890;
}
</style>