Shades of Mountbatten Pink #A0738F
Tints of Mountbatten Pink #A0738F
RGB
CMYK
RGB Variations
Color information
#A0738F (or 0xA0738F) is known color: Mountbatten Pink. HEX triplet: A0, 73 and 8F. RGB value is (160,115,143). Sum of RGB (Red+Green+Blue) = 160+115+143=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0738F is #5F8C70. Grayscale: #838383. Windows color (decimal): -6261873 or 9401248. OLE color: 9401248.
HSL color Cylindrical-coordinate representation of color #A0738F: hue angle of 322.67º 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 #A0738F is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 115 | 143 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.37 |
| HSL | 322.67º | 0.19% | 0.54% | - |
| HSV(B) | 322.67º | 0.28% | 0.63% | - |
| XYZ | 25.59 | 21.72 | 28.83 | - |
| YUV | 131.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 115 | 143 | 0 | 0.28 | 0.11 | 0.37 | 322.67 | 0.19 | 0.54 |
| Hex | A0 | 73 | 8F | 0 | 1C | B | 25 | 143 | 13 | 36 |
| Octal | 240 | 163 | 217 | 0 | 34 | 13 | 45 | 503 | 23 | 66 |
| Binary | 10100000 | 1110011 | 10001111 | 0 | 11100 | 1011 | 100101 | 101000011 | 10011 | 110110 |
Color Harmonies of #A0738F
Complementary color
Monochromatic Colors of #A0738F
Black with #A0738F
Text Example
Text Example
White with #A0738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0738F; }
p { color: rgb(160,115,143); }
H1.HeaderClassName
{
color: #A0738F;
}
.AnyTagClassName
{
color: #A0738F;
}
</style>
background-color css
<style>
a { background-color: #A0738F; }
a { background-color: rgb(160,115,143); }
div.DivClassName
{
background-color: #A0738F;
}
.BgClassName
{
background-color: #A0738F;
}
</style>
border-color css
<style>
span { border-color: #A0738F; }
span { border-color: rgb(160,115,143); }
td.TdClassName
{
border-color: #A0738F;
}
.TagClassName
{
border-color: #A0738F;
}
</style>