Shades of Mountbatten Pink #A27091
Tints of Mountbatten Pink #A27091
RGB
CMYK
RGB Variations
Color information
#A27091 (or 0xA27091) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 91. RGB value is (162,112,145). Sum of RGB (Red+Green+Blue) = 162+112+145=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 162 - color contains mainly: red. Hex color #A27091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27091 is #5D8F6E. Grayscale: #828282. Windows color (decimal): -6131567 or 9531554. OLE color: 9531554.
HSL color Cylindrical-coordinate representation of color #A27091: hue angle of 320.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27091 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 145 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.36 |
| HSL | 320.4º | 0.21% | 0.54% | - |
| HSV(B) | 320.4º | 0.31% | 0.64% | - |
| XYZ | 25.81 | 21.31 | 29.54 | - |
| YUV | 130.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 145 | 0 | 0.31 | 0.10 | 0.36 | 320.4 | 0.21 | 0.54 |
| Hex | A2 | 70 | 91 | 0 | 1F | A | 24 | 140 | 15 | 36 |
| Octal | 242 | 160 | 221 | 0 | 37 | 12 | 44 | 500 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10010001 | 0 | 11111 | 1010 | 100100 | 101000000 | 10101 | 110110 |
Color Harmonies of #A27091
Complementary color
Monochromatic Colors of #A27091
Black with #A27091
Text Example
Text Example
White with #A27091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27091; }
p { color: rgb(162,112,145); }
H1.HeaderClassName
{
color: #A27091;
}
.AnyTagClassName
{
color: #A27091;
}
</style>
background-color css
<style>
a { background-color: #A27091; }
a { background-color: rgb(162,112,145); }
div.DivClassName
{
background-color: #A27091;
}
.BgClassName
{
background-color: #A27091;
}
</style>
border-color css
<style>
span { border-color: #A27091; }
span { border-color: rgb(162,112,145); }
td.TdClassName
{
border-color: #A27091;
}
.TagClassName
{
border-color: #A27091;
}
</style>