Shades of Mountbatten Pink #A0738B
Tints of Mountbatten Pink #A0738B
RGB
CMYK
RGB Variations
Color information
#A0738B (or 0xA0738B) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 8B. RGB value is (160,115,139). Sum of RGB (Red+Green+Blue) = 160+115+139=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738B is #5F8C74. Grayscale: #838383. Windows color (decimal): -6261877 or 9139104. OLE color: 9139104.
HSL color Cylindrical-coordinate representation of color #A0738B: hue angle of 328º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0738B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 139 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.37 |
| HSL | 328º | 0.19% | 0.54% | - |
| HSV(B) | 328º | 0.28% | 0.63% | - |
| XYZ | 25.29 | 21.6 | 27.26 | - |
| YUV | 131.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 139 | 0 | 0.28 | 0.13 | 0.37 | 328 | 0.19 | 0.54 |
| Hex | A0 | 73 | 8B | 0 | 1C | D | 25 | 148 | 13 | 36 |
| Octal | 240 | 163 | 213 | 0 | 34 | 15 | 45 | 510 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10001011 | 0 | 11100 | 1101 | 100101 | 101001000 | 10011 | 110110 |
Color Harmonies of #A0738B
Complementary color
Monochromatic Colors of #A0738B
Black with #A0738B
Text Example
Text Example
White with #A0738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0738B; }
p { color: rgb(160,115,139); }
H1.HeaderClassName
{
color: #A0738B;
}
.AnyTagClassName
{
color: #A0738B;
}
</style>
background-color css
<style>
a { background-color: #A0738B; }
a { background-color: rgb(160,115,139); }
div.DivClassName
{
background-color: #A0738B;
}
.BgClassName
{
background-color: #A0738B;
}
</style>
border-color css
<style>
span { border-color: #A0738B; }
span { border-color: rgb(160,115,139); }
td.TdClassName
{
border-color: #A0738B;
}
.TagClassName
{
border-color: #A0738B;
}
</style>