Shades of Mountbatten Pink #A8778E
Tints of Mountbatten Pink #A8778E
RGB
CMYK
RGB Variations
Color information
#A8778E (or 0xA8778E) is known color: Mountbatten Pink. HEX triplet: A8, 77 and 8E. RGB value is (168,119,142). Sum of RGB (Red+Green+Blue) = 168+119+142=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8778E is #578871. Grayscale: #888888. Windows color (decimal): -5736562 or 9336744. OLE color: 9336744.
HSL color Cylindrical-coordinate representation of color #A8778E: hue angle of 331.84º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8778E is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 142 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.34 |
| HSL | 331.84º | 0.22% | 0.56% | - |
| HSV(B) | 331.84º | 0.29% | 0.66% | - |
| XYZ | 27.63 | 23.47 | 28.67 | - |
| YUV | 136.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 142 | 0 | 0.29 | 0.15 | 0.34 | 331.84 | 0.22 | 0.56 |
| Hex | A8 | 77 | 8E | 0 | 1D | F | 22 | 14C | 16 | 38 |
| Octal | 250 | 167 | 216 | 0 | 35 | 17 | 42 | 514 | 26 | 70 |
| Binary | 10101000 | 1110111 | 10001110 | 0 | 11101 | 1111 | 100010 | 101001100 | 10110 | 111000 |
Color Harmonies of #A8778E
Complementary color
Monochromatic Colors of #A8778E
Black with #A8778E
Text Example
Text Example
White with #A8778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8778E; }
p { color: rgb(168,119,142); }
H1.HeaderClassName
{
color: #A8778E;
}
.AnyTagClassName
{
color: #A8778E;
}
</style>
background-color css
<style>
a { background-color: #A8778E; }
a { background-color: rgb(168,119,142); }
div.DivClassName
{
background-color: #A8778E;
}
.BgClassName
{
background-color: #A8778E;
}
</style>
border-color css
<style>
span { border-color: #A8778E; }
span { border-color: rgb(168,119,142); }
td.TdClassName
{
border-color: #A8778E;
}
.TagClassName
{
border-color: #A8778E;
}
</style>