Shades of Mountbatten Pink #A07F8E
Tints of Mountbatten Pink #A07F8E
RGB
CMYK
RGB Variations
Color information
#A07F8E (or 0xA07F8E) is known color: Mountbatten Pink. HEX triplet: A0, 7F and 8E. RGB value is (160,127,142). Sum of RGB (Red+Green+Blue) = 160+127+142=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F8E is #5F8071. Grayscale: #8A8A8A. Windows color (decimal): -6258802 or 9338784. OLE color: 9338784.
HSL color Cylindrical-coordinate representation of color #A07F8E: hue angle of 332.73º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F8E is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 142 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.37 |
| HSL | 332.73º | 0.15% | 0.56% | - |
| HSV(B) | 332.73º | 0.21% | 0.63% | - |
| XYZ | 26.97 | 24.61 | 28.92 | - |
| YUV | 138.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 142 | 0 | 0.21 | 0.11 | 0.37 | 332.73 | 0.15 | 0.56 |
| Hex | A0 | 7F | 8E | 0 | 15 | B | 25 | 14D | F | 38 |
| Octal | 240 | 177 | 216 | 0 | 25 | 13 | 45 | 515 | 17 | 70 |
| Binary | 10100000 | 1111111 | 10001110 | 0 | 10101 | 1011 | 100101 | 101001101 | 1111 | 111000 |
Color Harmonies of #A07F8E
Complementary color
Monochromatic Colors of #A07F8E
Black with #A07F8E
Text Example
Text Example
White with #A07F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F8E; }
p { color: rgb(160,127,142); }
H1.HeaderClassName
{
color: #A07F8E;
}
.AnyTagClassName
{
color: #A07F8E;
}
</style>
background-color css
<style>
a { background-color: #A07F8E; }
a { background-color: rgb(160,127,142); }
div.DivClassName
{
background-color: #A07F8E;
}
.BgClassName
{
background-color: #A07F8E;
}
</style>
border-color css
<style>
span { border-color: #A07F8E; }
span { border-color: rgb(160,127,142); }
td.TdClassName
{
border-color: #A07F8E;
}
.TagClassName
{
border-color: #A07F8E;
}
</style>