Shades of Mountbatten Pink #A0788B
Tints of Mountbatten Pink #A0788B
RGB
CMYK
RGB Variations
Color information
#A0788B (or 0xA0788B) is known color: Mountbatten Pink. HEX triplet: A0, 78 and 8B. RGB value is (160,120,139). Sum of RGB (Red+Green+Blue) = 160+120+139=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0788B is #5F8774. Grayscale: #868686. Windows color (decimal): -6260597 or 9140384. OLE color: 9140384.
HSL color Cylindrical-coordinate representation of color #A0788B: hue angle of 331.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0788B is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 139 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.37 |
| HSL | 331.5º | 0.17% | 0.55% | - |
| HSV(B) | 331.5º | 0.25% | 0.63% | - |
| XYZ | 25.87 | 22.77 | 27.46 | - |
| YUV | 134.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 139 | 0 | 0.25 | 0.13 | 0.37 | 331.5 | 0.17 | 0.55 |
| Hex | A0 | 78 | 8B | 0 | 19 | D | 25 | 14C | 11 | 37 |
| Octal | 240 | 170 | 213 | 0 | 31 | 15 | 45 | 514 | 21 | 67 |
| Binary | 10100000 | 1111000 | 10001011 | 0 | 11001 | 1101 | 100101 | 101001100 | 10001 | 110111 |
Color Harmonies of #A0788B
Complementary color
Monochromatic Colors of #A0788B
Black with #A0788B
Text Example
Text Example
White with #A0788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0788B; }
p { color: rgb(160,120,139); }
H1.HeaderClassName
{
color: #A0788B;
}
.AnyTagClassName
{
color: #A0788B;
}
</style>
background-color css
<style>
a { background-color: #A0788B; }
a { background-color: rgb(160,120,139); }
div.DivClassName
{
background-color: #A0788B;
}
.BgClassName
{
background-color: #A0788B;
}
</style>
border-color css
<style>
span { border-color: #A0788B; }
span { border-color: rgb(160,120,139); }
td.TdClassName
{
border-color: #A0788B;
}
.TagClassName
{
border-color: #A0788B;
}
</style>