Shades of Mountbatten Pink #A07B89
Tints of Mountbatten Pink #A07B89
RGB
CMYK
RGB Variations
Color information
#A07B89 (or 0xA07B89) is known color: Mountbatten Pink. HEX triplet: A0, 7B and 89. RGB value is (160,123,137). Sum of RGB (Red+Green+Blue) = 160+123+137=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B89 is #5F8476. Grayscale: #878787. Windows color (decimal): -6259831 or 9010080. OLE color: 9010080.
HSL color Cylindrical-coordinate representation of color #A07B89: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B89 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 137 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.37 |
| HSL | 337.3º | 0.16% | 0.55% | - |
| HSV(B) | 337.3º | 0.23% | 0.63% | - |
| XYZ | 26.1 | 23.45 | 26.82 | - |
| YUV | 135.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 137 | 0 | 0.23 | 0.14 | 0.37 | 337.3 | 0.16 | 0.55 |
| Hex | A0 | 7B | 89 | 0 | 17 | E | 25 | 151 | 10 | 37 |
| Octal | 240 | 173 | 211 | 0 | 27 | 16 | 45 | 521 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10001001 | 0 | 10111 | 1110 | 100101 | 101010001 | 10000 | 110111 |
Color Harmonies of #A07B89
Complementary color
Monochromatic Colors of #A07B89
Black with #A07B89
Text Example
Text Example
White with #A07B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B89; }
p { color: rgb(160,123,137); }
H1.HeaderClassName
{
color: #A07B89;
}
.AnyTagClassName
{
color: #A07B89;
}
</style>
background-color css
<style>
a { background-color: #A07B89; }
a { background-color: rgb(160,123,137); }
div.DivClassName
{
background-color: #A07B89;
}
.BgClassName
{
background-color: #A07B89;
}
</style>
border-color css
<style>
span { border-color: #A07B89; }
span { border-color: rgb(160,123,137); }
td.TdClassName
{
border-color: #A07B89;
}
.TagClassName
{
border-color: #A07B89;
}
</style>