Shades of Mountbatten Pink #A0718A
Tints of Mountbatten Pink #A0718A
RGB
CMYK
RGB Variations
Color information
#A0718A (or 0xA0718A) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 8A. RGB value is (160,113,138). Sum of RGB (Red+Green+Blue) = 160+113+138=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A0718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0718A is #5F8E75. Grayscale: #818181. Windows color (decimal): -6262390 or 9073056. OLE color: 9073056.
HSL color Cylindrical-coordinate representation of color #A0718A: hue angle of 328.09º degrees, saturation: 0.2, 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 #A0718A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 113 | 138 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.37 |
| HSL | 328.09º | 0.2% | 0.54% | - |
| HSV(B) | 328.09º | 0.29% | 0.63% | - |
| XYZ | 24.99 | 21.12 | 26.8 | - |
| YUV | 129.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 113 | 138 | 0 | 0.29 | 0.14 | 0.37 | 328.09 | 0.2 | 0.54 |
| Hex | A0 | 71 | 8A | 0 | 1D | E | 25 | 148 | 14 | 36 |
| Octal | 240 | 161 | 212 | 0 | 35 | 16 | 45 | 510 | 24 | 66 |
| Binary | 10100000 | 1110001 | 10001010 | 0 | 11101 | 1110 | 100101 | 101001000 | 10100 | 110110 |
Color Harmonies of #A0718A
Complementary color
Monochromatic Colors of #A0718A
Black with #A0718A
Text Example
Text Example
White with #A0718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0718A; }
p { color: rgb(160,113,138); }
H1.HeaderClassName
{
color: #A0718A;
}
.AnyTagClassName
{
color: #A0718A;
}
</style>
background-color css
<style>
a { background-color: #A0718A; }
a { background-color: rgb(160,113,138); }
div.DivClassName
{
background-color: #A0718A;
}
.BgClassName
{
background-color: #A0718A;
}
</style>
border-color css
<style>
span { border-color: #A0718A; }
span { border-color: rgb(160,113,138); }
td.TdClassName
{
border-color: #A0718A;
}
.TagClassName
{
border-color: #A0718A;
}
</style>