Shades of Mountbatten Pink #A07F8B
Tints of Mountbatten Pink #A07F8B
RGB
CMYK
RGB Variations
Color information
#A07F8B (or 0xA07F8B) is known color: Mountbatten Pink. HEX triplet: A0, 7F and 8B. RGB value is (160,127,139). Sum of RGB (Red+Green+Blue) = 160+127+139=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F8B is #5F8074. Grayscale: #8A8A8A. Windows color (decimal): -6258805 or 9142176. OLE color: 9142176.
HSL color Cylindrical-coordinate representation of color #A07F8B: hue angle of 338.18º 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 #A07F8B is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 139 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.37 |
| HSL | 338.18º | 0.15% | 0.56% | - |
| HSV(B) | 338.18º | 0.21% | 0.63% | - |
| XYZ | 26.75 | 24.52 | 27.75 | - |
| YUV | 138.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 139 | 0 | 0.21 | 0.13 | 0.37 | 338.18 | 0.15 | 0.56 |
| Hex | A0 | 7F | 8B | 0 | 15 | D | 25 | 152 | F | 38 |
| Octal | 240 | 177 | 213 | 0 | 25 | 15 | 45 | 522 | 17 | 70 |
| Binary | 10100000 | 1111111 | 10001011 | 0 | 10101 | 1101 | 100101 | 101010010 | 1111 | 111000 |
Color Harmonies of #A07F8B
Complementary color
Monochromatic Colors of #A07F8B
Black with #A07F8B
Text Example
Text Example
White with #A07F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F8B; }
p { color: rgb(160,127,139); }
H1.HeaderClassName
{
color: #A07F8B;
}
.AnyTagClassName
{
color: #A07F8B;
}
</style>
background-color css
<style>
a { background-color: #A07F8B; }
a { background-color: rgb(160,127,139); }
div.DivClassName
{
background-color: #A07F8B;
}
.BgClassName
{
background-color: #A07F8B;
}
</style>
border-color css
<style>
span { border-color: #A07F8B; }
span { border-color: rgb(160,127,139); }
td.TdClassName
{
border-color: #A07F8B;
}
.TagClassName
{
border-color: #A07F8B;
}
</style>