Shades of Mountbatten Pink #A0748E
Tints of Mountbatten Pink #A0748E
RGB
CMYK
RGB Variations
Color information
#A0748E (or 0xA0748E) is known color: Mountbatten Pink. HEX triplet: A0, 74 and 8E. RGB value is (160,116,142). Sum of RGB (Red+Green+Blue) = 160+116+142=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0748E is #5F8B71. Grayscale: #848484. Windows color (decimal): -6261618 or 9335968. OLE color: 9335968.
HSL color Cylindrical-coordinate representation of color #A0748E: hue angle of 324.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0748E is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 142 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.37 |
| HSL | 324.55º | 0.19% | 0.54% | - |
| HSV(B) | 324.55º | 0.28% | 0.63% | - |
| XYZ | 25.63 | 21.92 | 28.47 | - |
| YUV | 132.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 142 | 0 | 0.28 | 0.11 | 0.37 | 324.55 | 0.19 | 0.54 |
| Hex | A0 | 74 | 8E | 0 | 1C | B | 25 | 145 | 13 | 36 |
| Octal | 240 | 164 | 216 | 0 | 34 | 13 | 45 | 505 | 23 | 66 |
| Binary | 10100000 | 1110100 | 10001110 | 0 | 11100 | 1011 | 100101 | 101000101 | 10011 | 110110 |
Color Harmonies of #A0748E
Complementary color
Monochromatic Colors of #A0748E
Black with #A0748E
Text Example
Text Example
White with #A0748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0748E; }
p { color: rgb(160,116,142); }
H1.HeaderClassName
{
color: #A0748E;
}
.AnyTagClassName
{
color: #A0748E;
}
</style>
background-color css
<style>
a { background-color: #A0748E; }
a { background-color: rgb(160,116,142); }
div.DivClassName
{
background-color: #A0748E;
}
.BgClassName
{
background-color: #A0748E;
}
</style>
border-color css
<style>
span { border-color: #A0748E; }
span { border-color: rgb(160,116,142); }
td.TdClassName
{
border-color: #A0748E;
}
.TagClassName
{
border-color: #A0748E;
}
</style>