Shades of Mountbatten Pink #A0738A
Tints of Mountbatten Pink #A0738A
RGB
CMYK
RGB Variations
Color information
#A0738A (or 0xA0738A) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 8A. RGB value is (160,115,138). Sum of RGB (Red+Green+Blue) = 160+115+138=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738A is #5F8C75. Grayscale: #838383. Windows color (decimal): -6261878 or 9073568. OLE color: 9073568.
HSL color Cylindrical-coordinate representation of color #A0738A: hue angle of 329.33º 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 #A0738A is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 138 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.37 |
| HSL | 329.33º | 0.19% | 0.54% | - |
| HSV(B) | 329.33º | 0.28% | 0.63% | - |
| XYZ | 25.22 | 21.57 | 26.88 | - |
| YUV | 131.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 138 | 0 | 0.28 | 0.14 | 0.37 | 329.33 | 0.19 | 0.54 |
| Hex | A0 | 73 | 8A | 0 | 1C | E | 25 | 149 | 13 | 36 |
| Octal | 240 | 163 | 212 | 0 | 34 | 16 | 45 | 511 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10001010 | 0 | 11100 | 1110 | 100101 | 101001001 | 10011 | 110110 |
Color Harmonies of #A0738A
Complementary color
Monochromatic Colors of #A0738A
Black with #A0738A
Text Example
Text Example
White with #A0738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0738A; }
p { color: rgb(160,115,138); }
H1.HeaderClassName
{
color: #A0738A;
}
.AnyTagClassName
{
color: #A0738A;
}
</style>
background-color css
<style>
a { background-color: #A0738A; }
a { background-color: rgb(160,115,138); }
div.DivClassName
{
background-color: #A0738A;
}
.BgClassName
{
background-color: #A0738A;
}
</style>
border-color css
<style>
span { border-color: #A0738A; }
span { border-color: rgb(160,115,138); }
td.TdClassName
{
border-color: #A0738A;
}
.TagClassName
{
border-color: #A0738A;
}
</style>