Shades of Mountbatten Pink #A1788F
Tints of Mountbatten Pink #A1788F
RGB
CMYK
RGB Variations
Color information
#A1788F (or 0xA1788F) is known color: Mountbatten Pink. HEX triplet: A1, 78 and 8F. RGB value is (161,120,143). Sum of RGB (Red+Green+Blue) = 161+120+143=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A1788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1788F is #5E8770. Grayscale: #868686. Windows color (decimal): -6195057 or 9402529. OLE color: 9402529.
HSL color Cylindrical-coordinate representation of color #A1788F: hue angle of 326.34º 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 #A1788F is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 143 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.37 |
| HSL | 326.34º | 0.18% | 0.55% | - |
| HSV(B) | 326.34º | 0.25% | 0.63% | - |
| XYZ | 26.37 | 22.99 | 29.03 | - |
| YUV | 134.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 143 | 0 | 0.25 | 0.11 | 0.37 | 326.34 | 0.18 | 0.55 |
| Hex | A1 | 78 | 8F | 0 | 19 | B | 25 | 146 | 12 | 37 |
| Octal | 241 | 170 | 217 | 0 | 31 | 13 | 45 | 506 | 22 | 67 |
| Binary | 10100001 | 1111000 | 10001111 | 0 | 11001 | 1011 | 100101 | 101000110 | 10010 | 110111 |
Color Harmonies of #A1788F
Complementary color
Monochromatic Colors of #A1788F
Black with #A1788F
Text Example
Text Example
White with #A1788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1788F; }
p { color: rgb(161,120,143); }
H1.HeaderClassName
{
color: #A1788F;
}
.AnyTagClassName
{
color: #A1788F;
}
</style>
background-color css
<style>
a { background-color: #A1788F; }
a { background-color: rgb(161,120,143); }
div.DivClassName
{
background-color: #A1788F;
}
.BgClassName
{
background-color: #A1788F;
}
</style>
border-color css
<style>
span { border-color: #A1788F; }
span { border-color: rgb(161,120,143); }
td.TdClassName
{
border-color: #A1788F;
}
.TagClassName
{
border-color: #A1788F;
}
</style>