Shades of Mountbatten Pink #A37D8D
Tints of Mountbatten Pink #A37D8D
RGB
CMYK
RGB Variations
Color information
#A37D8D (or 0xA37D8D) is known color: Mountbatten Pink. HEX triplet: A3, 7D and 8D. RGB value is (163,125,141). Sum of RGB (Red+Green+Blue) = 163+125+141=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37D8D is #5C8272. Grayscale: #8A8A8A. Windows color (decimal): -6062707 or 9272739. OLE color: 9272739.
HSL color Cylindrical-coordinate representation of color #A37D8D: hue angle of 334.74º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A37D8D is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 125 | 141 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.36 |
| HSL | 334.74º | 0.17% | 0.56% | - |
| HSV(B) | 334.74º | 0.23% | 0.64% | - |
| XYZ | 27.25 | 24.38 | 28.47 | - |
| YUV | 138.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 125 | 141 | 0 | 0.23 | 0.13 | 0.36 | 334.74 | 0.17 | 0.56 |
| Hex | A3 | 7D | 8D | 0 | 17 | D | 24 | 14F | 11 | 38 |
| Octal | 243 | 175 | 215 | 0 | 27 | 15 | 44 | 517 | 21 | 70 |
| Binary | 10100011 | 1111101 | 10001101 | 0 | 10111 | 1101 | 100100 | 101001111 | 10001 | 111000 |
Color Harmonies of #A37D8D
Complementary color
Monochromatic Colors of #A37D8D
Black with #A37D8D
Text Example
Text Example
White with #A37D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37D8D; }
p { color: rgb(163,125,141); }
H1.HeaderClassName
{
color: #A37D8D;
}
.AnyTagClassName
{
color: #A37D8D;
}
</style>
background-color css
<style>
a { background-color: #A37D8D; }
a { background-color: rgb(163,125,141); }
div.DivClassName
{
background-color: #A37D8D;
}
.BgClassName
{
background-color: #A37D8D;
}
</style>
border-color css
<style>
span { border-color: #A37D8D; }
span { border-color: rgb(163,125,141); }
td.TdClassName
{
border-color: #A37D8D;
}
.TagClassName
{
border-color: #A37D8D;
}
</style>