Shades of Mountbatten Pink #A47D8F
Tints of Mountbatten Pink #A47D8F
RGB
CMYK
RGB Variations
Color information
#A47D8F (or 0xA47D8F) is known color: Mountbatten Pink. HEX triplet: A4, 7D and 8F. RGB value is (164,125,143). Sum of RGB (Red+Green+Blue) = 164+125+143=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D8F is #5B8270. Grayscale: #8A8A8A. Windows color (decimal): -5997169 or 9403812. OLE color: 9403812.
HSL color Cylindrical-coordinate representation of color #A47D8F: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A47D8F is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 143 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.36 |
| HSL | 332.31º | 0.18% | 0.57% | - |
| HSV(B) | 332.31º | 0.24% | 0.64% | - |
| XYZ | 27.6 | 24.54 | 29.27 | - |
| YUV | 138.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 143 | 0 | 0.24 | 0.13 | 0.36 | 332.31 | 0.18 | 0.57 |
| Hex | A4 | 7D | 8F | 0 | 18 | D | 24 | 14C | 12 | 39 |
| Octal | 244 | 175 | 217 | 0 | 30 | 15 | 44 | 514 | 22 | 71 |
| Binary | 10100100 | 1111101 | 10001111 | 0 | 11000 | 1101 | 100100 | 101001100 | 10010 | 111001 |
Color Harmonies of #A47D8F
Complementary color
Monochromatic Colors of #A47D8F
Black with #A47D8F
Text Example
Text Example
White with #A47D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D8F; }
p { color: rgb(164,125,143); }
H1.HeaderClassName
{
color: #A47D8F;
}
.AnyTagClassName
{
color: #A47D8F;
}
</style>
background-color css
<style>
a { background-color: #A47D8F; }
a { background-color: rgb(164,125,143); }
div.DivClassName
{
background-color: #A47D8F;
}
.BgClassName
{
background-color: #A47D8F;
}
</style>
border-color css
<style>
span { border-color: #A47D8F; }
span { border-color: rgb(164,125,143); }
td.TdClassName
{
border-color: #A47D8F;
}
.TagClassName
{
border-color: #A47D8F;
}
</style>