Shades of Mountbatten Pink #A17588
Tints of Mountbatten Pink #A17588
RGB
CMYK
RGB Variations
Color information
#A17588 (or 0xA17588) is known color: Mountbatten Pink. HEX triplet: A1, 75 and 88. RGB value is (161,117,136). Sum of RGB (Red+Green+Blue) = 161+117+136=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A17588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17588 is #5E8A77. Grayscale: #848484. Windows color (decimal): -6195832 or 8943009. OLE color: 8943009.
HSL color Cylindrical-coordinate representation of color #A17588: hue angle of 334.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17588 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 136 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.37 |
| HSL | 334.09º | 0.19% | 0.55% | - |
| HSV(B) | 334.09º | 0.27% | 0.63% | - |
| XYZ | 25.5 | 22.08 | 26.21 | - |
| YUV | 132.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 136 | 0 | 0.27 | 0.16 | 0.37 | 334.09 | 0.19 | 0.55 |
| Hex | A1 | 75 | 88 | 0 | 1B | 10 | 25 | 14E | 13 | 37 |
| Octal | 241 | 165 | 210 | 0 | 33 | 20 | 45 | 516 | 23 | 67 |
| Binary | 10100001 | 1110101 | 10001000 | 0 | 11011 | 10000 | 100101 | 101001110 | 10011 | 110111 |
Color Harmonies of #A17588
Complementary color
Monochromatic Colors of #A17588
Black with #A17588
Text Example
Text Example
White with #A17588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17588; }
p { color: rgb(161,117,136); }
H1.HeaderClassName
{
color: #A17588;
}
.AnyTagClassName
{
color: #A17588;
}
</style>
background-color css
<style>
a { background-color: #A17588; }
a { background-color: rgb(161,117,136); }
div.DivClassName
{
background-color: #A17588;
}
.BgClassName
{
background-color: #A17588;
}
</style>
border-color css
<style>
span { border-color: #A17588; }
span { border-color: rgb(161,117,136); }
td.TdClassName
{
border-color: #A17588;
}
.TagClassName
{
border-color: #A17588;
}
</style>