Shades of Mountbatten Pink #A07090
Tints of Mountbatten Pink #A07090
RGB
CMYK
RGB Variations
Color information
#A07090 (or 0xA07090) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 90. RGB value is (160,112,144). Sum of RGB (Red+Green+Blue) = 160+112+144=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A07090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07090 is #5F8F6F. Grayscale: #818181. Windows color (decimal): -6262640 or 9466016. OLE color: 9466016.
HSL color Cylindrical-coordinate representation of color #A07090: hue angle of 320º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07090 is Cyan = 0, Magento = 0.30, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 144 | - |
| CMYK | 0 | 0.30 | 0.1 | 0.37 |
| HSL | 320º | 0.2% | 0.53% | - |
| HSV(B) | 320º | 0.3% | 0.63% | - |
| XYZ | 25.33 | 21.08 | 29.12 | - |
| YUV | 130 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 144 | 0 | 0.30 | 0.1 | 0.37 | 320 | 0.2 | 0.53 |
| Hex | A0 | 70 | 90 | 0 | 1E | A | 25 | 140 | 14 | 35 |
| Octal | 240 | 160 | 220 | 0 | 36 | 12 | 45 | 500 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10010000 | 0 | 11110 | 1010 | 100101 | 101000000 | 10100 | 110101 |
Color Harmonies of #A07090
Complementary color
Monochromatic Colors of #A07090
Black with #A07090
Text Example
Text Example
White with #A07090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07090; }
p { color: rgb(160,112,144); }
H1.HeaderClassName
{
color: #A07090;
}
.AnyTagClassName
{
color: #A07090;
}
</style>
background-color css
<style>
a { background-color: #A07090; }
a { background-color: rgb(160,112,144); }
div.DivClassName
{
background-color: #A07090;
}
.BgClassName
{
background-color: #A07090;
}
</style>
border-color css
<style>
span { border-color: #A07090; }
span { border-color: rgb(160,112,144); }
td.TdClassName
{
border-color: #A07090;
}
.TagClassName
{
border-color: #A07090;
}
</style>