Shades of Mountbatten Pink #A1778F
Tints of Mountbatten Pink #A1778F
RGB
CMYK
RGB Variations
Color information
#A1778F (or 0xA1778F) is known color: Mountbatten Pink. HEX triplet: A1, 77 and 8F. RGB value is (161,119,143). Sum of RGB (Red+Green+Blue) = 161+119+143=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1778F is #5E8870. Grayscale: #868686. Windows color (decimal): -6195313 or 9402273. OLE color: 9402273.
HSL color Cylindrical-coordinate representation of color #A1778F: hue angle of 325.71º 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 #A1778F is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 143 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.37 |
| HSL | 325.71º | 0.18% | 0.55% | - |
| HSV(B) | 325.71º | 0.26% | 0.63% | - |
| XYZ | 26.25 | 22.75 | 28.99 | - |
| YUV | 134.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 143 | 0 | 0.26 | 0.11 | 0.37 | 325.71 | 0.18 | 0.55 |
| Hex | A1 | 77 | 8F | 0 | 1A | B | 25 | 146 | 12 | 37 |
| Octal | 241 | 167 | 217 | 0 | 32 | 13 | 45 | 506 | 22 | 67 |
| Binary | 10100001 | 1110111 | 10001111 | 0 | 11010 | 1011 | 100101 | 101000110 | 10010 | 110111 |
Color Harmonies of #A1778F
Complementary color
Monochromatic Colors of #A1778F
Black with #A1778F
Text Example
Text Example
White with #A1778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1778F; }
p { color: rgb(161,119,143); }
H1.HeaderClassName
{
color: #A1778F;
}
.AnyTagClassName
{
color: #A1778F;
}
</style>
background-color css
<style>
a { background-color: #A1778F; }
a { background-color: rgb(161,119,143); }
div.DivClassName
{
background-color: #A1778F;
}
.BgClassName
{
background-color: #A1778F;
}
</style>
border-color css
<style>
span { border-color: #A1778F; }
span { border-color: rgb(161,119,143); }
td.TdClassName
{
border-color: #A1778F;
}
.TagClassName
{
border-color: #A1778F;
}
</style>