Shades of Mountbatten Pink #A0728B
Tints of Mountbatten Pink #A0728B
RGB
CMYK
RGB Variations
Color information
#A0728B (or 0xA0728B) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 8B. RGB value is (160,114,139). Sum of RGB (Red+Green+Blue) = 160+114+139=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A0728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0728B is #5F8D74. Grayscale: #828282. Windows color (decimal): -6262133 or 9138848. OLE color: 9138848.
HSL color Cylindrical-coordinate representation of color #A0728B: hue angle of 327.39º 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 #A0728B is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 114 | 139 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.37 |
| HSL | 327.39º | 0.19% | 0.54% | - |
| HSV(B) | 327.39º | 0.29% | 0.63% | - |
| XYZ | 25.17 | 21.37 | 27.22 | - |
| YUV | 130.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 139 | 0 | 0.29 | 0.13 | 0.37 | 327.39 | 0.19 | 0.54 |
| Hex | A0 | 72 | 8B | 0 | 1D | D | 25 | 147 | 13 | 36 |
| Octal | 240 | 162 | 213 | 0 | 35 | 15 | 45 | 507 | 23 | 66 |
| Binary | 10100000 | 1110010 | 10001011 | 0 | 11101 | 1101 | 100101 | 101000111 | 10011 | 110110 |
Color Harmonies of #A0728B
Complementary color
Monochromatic Colors of #A0728B
Black with #A0728B
Text Example
Text Example
White with #A0728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0728B; }
p { color: rgb(160,114,139); }
H1.HeaderClassName
{
color: #A0728B;
}
.AnyTagClassName
{
color: #A0728B;
}
</style>
background-color css
<style>
a { background-color: #A0728B; }
a { background-color: rgb(160,114,139); }
div.DivClassName
{
background-color: #A0728B;
}
.BgClassName
{
background-color: #A0728B;
}
</style>
border-color css
<style>
span { border-color: #A0728B; }
span { border-color: rgb(160,114,139); }
td.TdClassName
{
border-color: #A0728B;
}
.TagClassName
{
border-color: #A0728B;
}
</style>