Shades of Mountbatten Pink #A27E8C
Tints of Mountbatten Pink #A27E8C
RGB
CMYK
RGB Variations
Color information
#A27E8C (or 0xA27E8C) is known color: Mountbatten Pink. HEX triplet: A2, 7E and 8C. RGB value is (162,126,140). Sum of RGB (Red+Green+Blue) = 162+126+140=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E8C is #5D8173. Grayscale: #8A8A8A. Windows color (decimal): -6127988 or 9207458. OLE color: 9207458.
HSL color Cylindrical-coordinate representation of color #A27E8C: hue angle of 336.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27E8C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 140 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.36 |
| HSL | 336.67º | 0.16% | 0.56% | - |
| HSV(B) | 336.67º | 0.22% | 0.64% | - |
| XYZ | 27.09 | 24.5 | 28.11 | - |
| YUV | 138.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 140 | 0 | 0.22 | 0.14 | 0.36 | 336.67 | 0.16 | 0.56 |
| Hex | A2 | 7E | 8C | 0 | 16 | E | 24 | 151 | 10 | 38 |
| Octal | 242 | 176 | 214 | 0 | 26 | 16 | 44 | 521 | 20 | 70 |
| Binary | 10100010 | 1111110 | 10001100 | 0 | 10110 | 1110 | 100100 | 101010001 | 10000 | 111000 |
Color Harmonies of #A27E8C
Complementary color
Monochromatic Colors of #A27E8C
Black with #A27E8C
Text Example
Text Example
White with #A27E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E8C; }
p { color: rgb(162,126,140); }
H1.HeaderClassName
{
color: #A27E8C;
}
.AnyTagClassName
{
color: #A27E8C;
}
</style>
background-color css
<style>
a { background-color: #A27E8C; }
a { background-color: rgb(162,126,140); }
div.DivClassName
{
background-color: #A27E8C;
}
.BgClassName
{
background-color: #A27E8C;
}
</style>
border-color css
<style>
span { border-color: #A27E8C; }
span { border-color: rgb(162,126,140); }
td.TdClassName
{
border-color: #A27E8C;
}
.TagClassName
{
border-color: #A27E8C;
}
</style>