Shades of Mountbatten Pink #A76E8E
Tints of Mountbatten Pink #A76E8E
RGB
CMYK
RGB Variations
Color information
#A76E8E (or 0xA76E8E) is known color: Mountbatten Pink. HEX triplet: A7, 6E and 8E. RGB value is (167,110,142). Sum of RGB (Red+Green+Blue) = 167+110+142=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76E8E is #589171. Grayscale: #828282. Windows color (decimal): -5804402 or 9334439. OLE color: 9334439.
HSL color Cylindrical-coordinate representation of color #A76E8E: hue angle of 326.32º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E8E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 110 | 142 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.35 |
| HSL | 326.32º | 0.24% | 0.54% | - |
| HSV(B) | 326.32º | 0.34% | 0.65% | - |
| XYZ | 26.39 | 21.32 | 28.32 | - |
| YUV | 130.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 110 | 142 | 0 | 0.34 | 0.15 | 0.35 | 326.32 | 0.24 | 0.54 |
| Hex | A7 | 6E | 8E | 0 | 22 | F | 23 | 146 | 18 | 36 |
| Octal | 247 | 156 | 216 | 0 | 42 | 17 | 43 | 506 | 30 | 66 |
| Binary | 10100111 | 1101110 | 10001110 | 0 | 100010 | 1111 | 100011 | 101000110 | 11000 | 110110 |
Color Harmonies of #A76E8E
Complementary color
Monochromatic Colors of #A76E8E
Black with #A76E8E
Text Example
Text Example
White with #A76E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76E8E; }
p { color: rgb(167,110,142); }
H1.HeaderClassName
{
color: #A76E8E;
}
.AnyTagClassName
{
color: #A76E8E;
}
</style>
background-color css
<style>
a { background-color: #A76E8E; }
a { background-color: rgb(167,110,142); }
div.DivClassName
{
background-color: #A76E8E;
}
.BgClassName
{
background-color: #A76E8E;
}
</style>
border-color css
<style>
span { border-color: #A76E8E; }
span { border-color: rgb(167,110,142); }
td.TdClassName
{
border-color: #A76E8E;
}
.TagClassName
{
border-color: #A76E8E;
}
</style>