Shades of Mountbatten Pink #A07989
Tints of Mountbatten Pink #A07989
RGB
CMYK
RGB Variations
Color information
#A07989 (or 0xA07989) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 89. RGB value is (160,121,137). Sum of RGB (Red+Green+Blue) = 160+121+137=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A07989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07989 is #5F8676. Grayscale: #868686. Windows color (decimal): -6260343 or 9009568. OLE color: 9009568.
HSL color Cylindrical-coordinate representation of color #A07989: hue angle of 335.38º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07989 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 137 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.37 |
| HSL | 335.38º | 0.17% | 0.55% | - |
| HSV(B) | 335.38º | 0.24% | 0.63% | - |
| XYZ | 25.85 | 22.95 | 26.74 | - |
| YUV | 134.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 137 | 0 | 0.24 | 0.14 | 0.37 | 335.38 | 0.17 | 0.55 |
| Hex | A0 | 79 | 89 | 0 | 18 | E | 25 | 14F | 11 | 37 |
| Octal | 240 | 171 | 211 | 0 | 30 | 16 | 45 | 517 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10001001 | 0 | 11000 | 1110 | 100101 | 101001111 | 10001 | 110111 |
Color Harmonies of #A07989
Complementary color
Monochromatic Colors of #A07989
Black with #A07989
Text Example
Text Example
White with #A07989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07989; }
p { color: rgb(160,121,137); }
H1.HeaderClassName
{
color: #A07989;
}
.AnyTagClassName
{
color: #A07989;
}
</style>
background-color css
<style>
a { background-color: #A07989; }
a { background-color: rgb(160,121,137); }
div.DivClassName
{
background-color: #A07989;
}
.BgClassName
{
background-color: #A07989;
}
</style>
border-color css
<style>
span { border-color: #A07989; }
span { border-color: rgb(160,121,137); }
td.TdClassName
{
border-color: #A07989;
}
.TagClassName
{
border-color: #A07989;
}
</style>