Shades of Mountbatten Pink #A27588
Tints of Mountbatten Pink #A27588
RGB
CMYK
RGB Variations
Color information
#A27588 (or 0xA27588) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 88. RGB value is (162,117,136). Sum of RGB (Red+Green+Blue) = 162+117+136=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27588 is #5D8A77. Grayscale: #848484. Windows color (decimal): -6130296 or 8943010. OLE color: 8943010.
HSL color Cylindrical-coordinate representation of color #A27588: hue angle of 334.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27588 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 136 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.36 |
| HSL | 334.67º | 0.19% | 0.55% | - |
| HSV(B) | 334.67º | 0.28% | 0.64% | - |
| XYZ | 25.71 | 22.18 | 26.22 | - |
| YUV | 132.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 136 | 0 | 0.28 | 0.16 | 0.36 | 334.67 | 0.19 | 0.55 |
| Hex | A2 | 75 | 88 | 0 | 1C | 10 | 24 | 14F | 13 | 37 |
| Octal | 242 | 165 | 210 | 0 | 34 | 20 | 44 | 517 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10001000 | 0 | 11100 | 10000 | 100100 | 101001111 | 10011 | 110111 |
Color Harmonies of #A27588
Complementary color
Monochromatic Colors of #A27588
Black with #A27588
Text Example
Text Example
White with #A27588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27588; }
p { color: rgb(162,117,136); }
H1.HeaderClassName
{
color: #A27588;
}
.AnyTagClassName
{
color: #A27588;
}
</style>
background-color css
<style>
a { background-color: #A27588; }
a { background-color: rgb(162,117,136); }
div.DivClassName
{
background-color: #A27588;
}
.BgClassName
{
background-color: #A27588;
}
</style>
border-color css
<style>
span { border-color: #A27588; }
span { border-color: rgb(162,117,136); }
td.TdClassName
{
border-color: #A27588;
}
.TagClassName
{
border-color: #A27588;
}
</style>