Shades of Mountbatten Pink #A27B8C
Tints of Mountbatten Pink #A27B8C
RGB
CMYK
RGB Variations
Color information
#A27B8C (or 0xA27B8C) is known color: Mountbatten Pink. HEX triplet: A2, 7B and 8C. RGB value is (162,123,140). Sum of RGB (Red+Green+Blue) = 162+123+140=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B8C is #5D8473. Grayscale: #888888. Windows color (decimal): -6128756 or 9206690. OLE color: 9206690.
HSL color Cylindrical-coordinate representation of color #A27B8C: hue angle of 333.85º 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 #A27B8C is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 140 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.36 |
| HSL | 333.85º | 0.17% | 0.56% | - |
| HSV(B) | 333.85º | 0.24% | 0.64% | - |
| XYZ | 26.72 | 23.74 | 27.99 | - |
| YUV | 136.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 140 | 0 | 0.24 | 0.14 | 0.36 | 333.85 | 0.17 | 0.56 |
| Hex | A2 | 7B | 8C | 0 | 18 | E | 24 | 14E | 11 | 38 |
| Octal | 242 | 173 | 214 | 0 | 30 | 16 | 44 | 516 | 21 | 70 |
| Binary | 10100010 | 1111011 | 10001100 | 0 | 11000 | 1110 | 100100 | 101001110 | 10001 | 111000 |
Color Harmonies of #A27B8C
Complementary color
Monochromatic Colors of #A27B8C
Black with #A27B8C
Text Example
Text Example
White with #A27B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B8C; }
p { color: rgb(162,123,140); }
H1.HeaderClassName
{
color: #A27B8C;
}
.AnyTagClassName
{
color: #A27B8C;
}
</style>
background-color css
<style>
a { background-color: #A27B8C; }
a { background-color: rgb(162,123,140); }
div.DivClassName
{
background-color: #A27B8C;
}
.BgClassName
{
background-color: #A27B8C;
}
</style>
border-color css
<style>
span { border-color: #A27B8C; }
span { border-color: rgb(162,123,140); }
td.TdClassName
{
border-color: #A27B8C;
}
.TagClassName
{
border-color: #A27B8C;
}
</style>