Shades of Mountbatten Pink #A1778D
Tints of Mountbatten Pink #A1778D
RGB
CMYK
RGB Variations
Color information
#A1778D (or 0xA1778D) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 8D. RGB value is (161,119,141). Sum of RGB (Red+Green+Blue) = 161+119+141=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1778D is #5E8872. Grayscale: #868686. Windows color (decimal): -6195315 or 9271201. OLE color: 9271201.
HSL color Cylindrical-coordinate representation of color #A1778D: hue angle of 328.57º 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 #A1778D is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 141 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.37 |
| HSL | 328.57º | 0.18% | 0.55% | - |
| HSV(B) | 328.57º | 0.26% | 0.63% | - |
| XYZ | 26.1 | 22.69 | 28.2 | - |
| YUV | 134.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 141 | 0 | 0.26 | 0.12 | 0.37 | 328.57 | 0.18 | 0.55 |
| Hex | A1 | 77 | 8D | 0 | 1A | C | 25 | 149 | 12 | 37 |
| Octal | 241 | 167 | 215 | 0 | 32 | 14 | 45 | 511 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10001101 | 0 | 11010 | 1100 | 100101 | 101001001 | 10010 | 110111 |
Color Harmonies of #A1778D
Complementary color
Monochromatic Colors of #A1778D
Black with #A1778D
Text Example
Text Example
White with #A1778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1778D; }
p { color: rgb(161,119,141); }
H1.HeaderClassName
{
color: #A1778D;
}
.AnyTagClassName
{
color: #A1778D;
}
</style>
background-color css
<style>
a { background-color: #A1778D; }
a { background-color: rgb(161,119,141); }
div.DivClassName
{
background-color: #A1778D;
}
.BgClassName
{
background-color: #A1778D;
}
</style>
border-color css
<style>
span { border-color: #A1778D; }
span { border-color: rgb(161,119,141); }
td.TdClassName
{
border-color: #A1778D;
}
.TagClassName
{
border-color: #A1778D;
}
</style>