Shades of Mountbatten Pink #A1788E
Tints of Mountbatten Pink #A1788E
RGB
CMYK
RGB Variations
Color information
#A1788E (or 0xA1788E) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 8E. RGB value is (161,120,142). Sum of RGB (Red+Green+Blue) = 161+120+142=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1788E is #5E8771. Grayscale: #868686. Windows color (decimal): -6195058 or 9336993. OLE color: 9336993.
HSL color Cylindrical-coordinate representation of color #A1788E: hue angle of 327.8º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1788E is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 142 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.37 |
| HSL | 327.8º | 0.18% | 0.55% | - |
| HSV(B) | 327.8º | 0.25% | 0.63% | - |
| XYZ | 26.3 | 22.96 | 28.64 | - |
| YUV | 134.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 142 | 0 | 0.25 | 0.12 | 0.37 | 327.8 | 0.18 | 0.55 |
| Hex | A1 | 78 | 8E | 0 | 19 | C | 25 | 148 | 12 | 37 |
| Octal | 241 | 170 | 216 | 0 | 31 | 14 | 45 | 510 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10001110 | 0 | 11001 | 1100 | 100101 | 101001000 | 10010 | 110111 |
Color Harmonies of #A1788E
Complementary color
Monochromatic Colors of #A1788E
Black with #A1788E
Text Example
Text Example
White with #A1788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1788E; }
p { color: rgb(161,120,142); }
H1.HeaderClassName
{
color: #A1788E;
}
.AnyTagClassName
{
color: #A1788E;
}
</style>
background-color css
<style>
a { background-color: #A1788E; }
a { background-color: rgb(161,120,142); }
div.DivClassName
{
background-color: #A1788E;
}
.BgClassName
{
background-color: #A1788E;
}
</style>
border-color css
<style>
span { border-color: #A1788E; }
span { border-color: rgb(161,120,142); }
td.TdClassName
{
border-color: #A1788E;
}
.TagClassName
{
border-color: #A1788E;
}
</style>