Shades of Mountbatten Pink #A76F8E
Tints of Mountbatten Pink #A76F8E
RGB
CMYK
RGB Variations
Color information
#A76F8E (or 0xA76F8E) is known color: Mountbatten Pink. HEX triplet: A7, 6F and 8E. RGB value is (167,111,142). Sum of RGB (Red+Green+Blue) = 167+111+142=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F8E is #589071. Grayscale: #838383. Windows color (decimal): -5804146 or 9334695. OLE color: 9334695.
HSL color Cylindrical-coordinate representation of color #A76F8E: hue angle of 326.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76F8E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 111 | 142 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.35 |
| HSL | 326.79º | 0.24% | 0.55% | - |
| HSV(B) | 326.79º | 0.34% | 0.65% | - |
| XYZ | 26.5 | 21.54 | 28.35 | - |
| YUV | 131.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 111 | 142 | 0 | 0.34 | 0.15 | 0.35 | 326.79 | 0.24 | 0.55 |
| Hex | A7 | 6F | 8E | 0 | 22 | F | 23 | 147 | 18 | 37 |
| Octal | 247 | 157 | 216 | 0 | 42 | 17 | 43 | 507 | 30 | 67 |
| Binary | 10100111 | 1101111 | 10001110 | 0 | 100010 | 1111 | 100011 | 101000111 | 11000 | 110111 |
Color Harmonies of #A76F8E
Complementary color
Monochromatic Colors of #A76F8E
Black with #A76F8E
Text Example
Text Example
White with #A76F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76F8E; }
p { color: rgb(167,111,142); }
H1.HeaderClassName
{
color: #A76F8E;
}
.AnyTagClassName
{
color: #A76F8E;
}
</style>
background-color css
<style>
a { background-color: #A76F8E; }
a { background-color: rgb(167,111,142); }
div.DivClassName
{
background-color: #A76F8E;
}
.BgClassName
{
background-color: #A76F8E;
}
</style>
border-color css
<style>
span { border-color: #A76F8E; }
span { border-color: rgb(167,111,142); }
td.TdClassName
{
border-color: #A76F8E;
}
.TagClassName
{
border-color: #A76F8E;
}
</style>