Shades of Mountbatten Pink #A27090
Tints of Mountbatten Pink #A27090
RGB
CMYK
RGB Variations
Color information
#A27090 (or 0xA27090) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 90. RGB value is (162,112,144). Sum of RGB (Red+Green+Blue) = 162+112+144=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A27090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27090 is #5D8F6F. Grayscale: #828282. Windows color (decimal): -6131568 or 9466018. OLE color: 9466018.
HSL color Cylindrical-coordinate representation of color #A27090: hue angle of 321.6º 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 #A27090 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 144 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.36 |
| HSL | 321.6º | 0.21% | 0.54% | - |
| HSV(B) | 321.6º | 0.31% | 0.64% | - |
| XYZ | 25.73 | 21.28 | 29.14 | - |
| YUV | 130.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 144 | 0 | 0.31 | 0.11 | 0.36 | 321.6 | 0.21 | 0.54 |
| Hex | A2 | 70 | 90 | 0 | 1F | B | 24 | 142 | 15 | 36 |
| Octal | 242 | 160 | 220 | 0 | 37 | 13 | 44 | 502 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10010000 | 0 | 11111 | 1011 | 100100 | 101000010 | 10101 | 110110 |
Color Harmonies of #A27090
Complementary color
Monochromatic Colors of #A27090
Black with #A27090
Text Example
Text Example
White with #A27090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27090; }
p { color: rgb(162,112,144); }
H1.HeaderClassName
{
color: #A27090;
}
.AnyTagClassName
{
color: #A27090;
}
</style>
background-color css
<style>
a { background-color: #A27090; }
a { background-color: rgb(162,112,144); }
div.DivClassName
{
background-color: #A27090;
}
.BgClassName
{
background-color: #A27090;
}
</style>
border-color css
<style>
span { border-color: #A27090; }
span { border-color: rgb(162,112,144); }
td.TdClassName
{
border-color: #A27090;
}
.TagClassName
{
border-color: #A27090;
}
</style>