Shades of Mountbatten Pink #A27B8D
Tints of Mountbatten Pink #A27B8D
RGB
CMYK
RGB Variations
Color information
#A27B8D (or 0xA27B8D) is known color: Mountbatten Pink. HEX triplet: A2, 7B and 8D. RGB value is (162,123,141). Sum of RGB (Red+Green+Blue) = 162+123+141=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B8D is #5D8472. Grayscale: #888888. Windows color (decimal): -6128755 or 9272226. OLE color: 9272226.
HSL color Cylindrical-coordinate representation of color #A27B8D: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A27B8D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 141 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.36 |
| HSL | 332.31º | 0.17% | 0.56% | - |
| HSV(B) | 332.31º | 0.24% | 0.64% | - |
| XYZ | 26.79 | 23.77 | 28.38 | - |
| YUV | 136.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 141 | 0 | 0.24 | 0.13 | 0.36 | 332.31 | 0.17 | 0.56 |
| Hex | A2 | 7B | 8D | 0 | 18 | D | 24 | 14C | 11 | 38 |
| Octal | 242 | 173 | 215 | 0 | 30 | 15 | 44 | 514 | 21 | 70 |
| Binary | 10100010 | 1111011 | 10001101 | 0 | 11000 | 1101 | 100100 | 101001100 | 10001 | 111000 |
Color Harmonies of #A27B8D
Complementary color
Monochromatic Colors of #A27B8D
Black with #A27B8D
Text Example
Text Example
White with #A27B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B8D; }
p { color: rgb(162,123,141); }
H1.HeaderClassName
{
color: #A27B8D;
}
.AnyTagClassName
{
color: #A27B8D;
}
</style>
background-color css
<style>
a { background-color: #A27B8D; }
a { background-color: rgb(162,123,141); }
div.DivClassName
{
background-color: #A27B8D;
}
.BgClassName
{
background-color: #A27B8D;
}
</style>
border-color css
<style>
span { border-color: #A27B8D; }
span { border-color: rgb(162,123,141); }
td.TdClassName
{
border-color: #A27B8D;
}
.TagClassName
{
border-color: #A27B8D;
}
</style>