Shades of Mountbatten Pink #A0728C
Tints of Mountbatten Pink #A0728C
RGB
CMYK
RGB Variations
Color information
#A0728C (or 0xA0728C) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 8C. RGB value is (160,114,140). Sum of RGB (Red+Green+Blue) = 160+114+140=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A0728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0728C is #5F8D73. Grayscale: #828282. Windows color (decimal): -6262132 or 9204384. OLE color: 9204384.
HSL color Cylindrical-coordinate representation of color #A0728C: hue angle of 326.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0728C is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 140 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.37 |
| HSL | 326.09º | 0.19% | 0.54% | - |
| HSV(B) | 326.09º | 0.29% | 0.63% | - |
| XYZ | 25.25 | 21.4 | 27.61 | - |
| YUV | 130.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 140 | 0 | 0.29 | 0.12 | 0.37 | 326.09 | 0.19 | 0.54 |
| Hex | A0 | 72 | 8C | 0 | 1D | C | 25 | 146 | 13 | 36 |
| Octal | 240 | 162 | 214 | 0 | 35 | 14 | 45 | 506 | 23 | 66 |
| Binary | 10100000 | 1110010 | 10001100 | 0 | 11101 | 1100 | 100101 | 101000110 | 10011 | 110110 |
Color Harmonies of #A0728C
Complementary color
Monochromatic Colors of #A0728C
Black with #A0728C
Text Example
Text Example
White with #A0728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0728C; }
p { color: rgb(160,114,140); }
H1.HeaderClassName
{
color: #A0728C;
}
.AnyTagClassName
{
color: #A0728C;
}
</style>
background-color css
<style>
a { background-color: #A0728C; }
a { background-color: rgb(160,114,140); }
div.DivClassName
{
background-color: #A0728C;
}
.BgClassName
{
background-color: #A0728C;
}
</style>
border-color css
<style>
span { border-color: #A0728C; }
span { border-color: rgb(160,114,140); }
td.TdClassName
{
border-color: #A0728C;
}
.TagClassName
{
border-color: #A0728C;
}
</style>