Shades of Mountbatten Pink #A1778C
Tints of Mountbatten Pink #A1778C
RGB
CMYK
RGB Variations
Color information
#A1778C (or 0xA1778C) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 8C. RGB value is (161,119,140). Sum of RGB (Red+Green+Blue) = 161+119+140=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1778C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1778C is #5E8873. Grayscale: #858585. Windows color (decimal): -6195316 or 9205665. OLE color: 9205665.
HSL color Cylindrical-coordinate representation of color #A1778C: hue angle of 330º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1778C is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 140 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.37 |
| HSL | 330º | 0.18% | 0.55% | - |
| HSV(B) | 330º | 0.26% | 0.63% | - |
| XYZ | 26.03 | 22.66 | 27.81 | - |
| YUV | 133.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 140 | 0 | 0.26 | 0.13 | 0.37 | 330 | 0.18 | 0.55 |
| Hex | A1 | 77 | 8C | 0 | 1A | D | 25 | 14A | 12 | 37 |
| Octal | 241 | 167 | 214 | 0 | 32 | 15 | 45 | 512 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10001100 | 0 | 11010 | 1101 | 100101 | 101001010 | 10010 | 110111 |
Color Harmonies of #A1778C
Complementary color
Monochromatic Colors of #A1778C
Black with #A1778C
Text Example
Text Example
White with #A1778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1778C; }
p { color: rgb(161,119,140); }
H1.HeaderClassName
{
color: #A1778C;
}
.AnyTagClassName
{
color: #A1778C;
}
</style>
background-color css
<style>
a { background-color: #A1778C; }
a { background-color: rgb(161,119,140); }
div.DivClassName
{
background-color: #A1778C;
}
.BgClassName
{
background-color: #A1778C;
}
</style>
border-color css
<style>
span { border-color: #A1778C; }
span { border-color: rgb(161,119,140); }
td.TdClassName
{
border-color: #A1778C;
}
.TagClassName
{
border-color: #A1778C;
}
</style>