Shades of Mountbatten Pink #A27D8C
Tints of Mountbatten Pink #A27D8C
RGB
CMYK
RGB Variations
Color information
#A27D8C (or 0xA27D8C) is known color: Mountbatten Pink. HEX triplet: A2, 7D and 8C. RGB value is (162,125,140). Sum of RGB (Red+Green+Blue) = 162+125+140=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D8C is #5D8273. Grayscale: #898989. Windows color (decimal): -6128244 or 9207202. OLE color: 9207202.
HSL color Cylindrical-coordinate representation of color #A27D8C: hue angle of 335.68º 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 #A27D8C is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 140 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.36 |
| HSL | 335.68º | 0.17% | 0.56% | - |
| HSV(B) | 335.68º | 0.23% | 0.64% | - |
| XYZ | 26.97 | 24.24 | 28.07 | - |
| YUV | 137.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 140 | 0 | 0.23 | 0.14 | 0.36 | 335.68 | 0.17 | 0.56 |
| Hex | A2 | 7D | 8C | 0 | 17 | E | 24 | 150 | 11 | 38 |
| Octal | 242 | 175 | 214 | 0 | 27 | 16 | 44 | 520 | 21 | 70 |
| Binary | 10100010 | 1111101 | 10001100 | 0 | 10111 | 1110 | 100100 | 101010000 | 10001 | 111000 |
Color Harmonies of #A27D8C
Complementary color
Monochromatic Colors of #A27D8C
Black with #A27D8C
Text Example
Text Example
White with #A27D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D8C; }
p { color: rgb(162,125,140); }
H1.HeaderClassName
{
color: #A27D8C;
}
.AnyTagClassName
{
color: #A27D8C;
}
</style>
background-color css
<style>
a { background-color: #A27D8C; }
a { background-color: rgb(162,125,140); }
div.DivClassName
{
background-color: #A27D8C;
}
.BgClassName
{
background-color: #A27D8C;
}
</style>
border-color css
<style>
span { border-color: #A27D8C; }
span { border-color: rgb(162,125,140); }
td.TdClassName
{
border-color: #A27D8C;
}
.TagClassName
{
border-color: #A27D8C;
}
</style>