Shades of Mountbatten Pink #A17688
Tints of Mountbatten Pink #A17688
RGB
CMYK
RGB Variations
Color information
#A17688 (or 0xA17688) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 88. RGB value is (161,118,136). Sum of RGB (Red+Green+Blue) = 161+118+136=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17688 is #5E8977. Grayscale: #848484. Windows color (decimal): -6195576 or 8943265. OLE color: 8943265.
HSL color Cylindrical-coordinate representation of color #A17688: hue angle of 334.88º 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 #A17688 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 136 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.37 |
| HSL | 334.88º | 0.19% | 0.55% | - |
| HSV(B) | 334.88º | 0.27% | 0.63% | - |
| XYZ | 25.62 | 22.31 | 26.25 | - |
| YUV | 132.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 136 | 0 | 0.27 | 0.16 | 0.37 | 334.88 | 0.19 | 0.55 |
| Hex | A1 | 76 | 88 | 0 | 1B | 10 | 25 | 14F | 13 | 37 |
| Octal | 241 | 166 | 210 | 0 | 33 | 20 | 45 | 517 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10001000 | 0 | 11011 | 10000 | 100101 | 101001111 | 10011 | 110111 |
Color Harmonies of #A17688
Complementary color
Monochromatic Colors of #A17688
Black with #A17688
Text Example
Text Example
White with #A17688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17688; }
p { color: rgb(161,118,136); }
H1.HeaderClassName
{
color: #A17688;
}
.AnyTagClassName
{
color: #A17688;
}
</style>
background-color css
<style>
a { background-color: #A17688; }
a { background-color: rgb(161,118,136); }
div.DivClassName
{
background-color: #A17688;
}
.BgClassName
{
background-color: #A17688;
}
</style>
border-color css
<style>
span { border-color: #A17688; }
span { border-color: rgb(161,118,136); }
td.TdClassName
{
border-color: #A17688;
}
.TagClassName
{
border-color: #A17688;
}
</style>