Shades of Mountbatten Pink #A07096
Tints of Mountbatten Pink #A07096
RGB
CMYK
RGB Variations
Color information
#A07096 (or 0xA07096) is known color: Mountbatten Pink. HEX triplet: A0, 70 and 96. RGB value is (160,112,150). Sum of RGB (Red+Green+Blue) = 160+112+150=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07096 is #5F8F69. Grayscale: #828282. Windows color (decimal): -6262634 or 9859232. OLE color: 9859232.
HSL color Cylindrical-coordinate representation of color #A07096: hue angle of 312.5º 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 #A07096 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 150 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.37 |
| HSL | 312.5º | 0.2% | 0.53% | - |
| HSV(B) | 312.5º | 0.3% | 0.63% | - |
| XYZ | 25.8 | 21.26 | 31.6 | - |
| YUV | 130.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 150 | 0 | 0.30 | 0.06 | 0.37 | 312.5 | 0.2 | 0.53 |
| Hex | A0 | 70 | 96 | 0 | 1E | 6 | 25 | 138 | 14 | 35 |
| Octal | 240 | 160 | 226 | 0 | 36 | 6 | 45 | 470 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10010110 | 0 | 11110 | 110 | 100101 | 100111000 | 10100 | 110101 |
Color Harmonies of #A07096
Complementary color
Monochromatic Colors of #A07096
Black with #A07096
Text Example
Text Example
White with #A07096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07096; }
p { color: rgb(160,112,150); }
H1.HeaderClassName
{
color: #A07096;
}
.AnyTagClassName
{
color: #A07096;
}
</style>
background-color css
<style>
a { background-color: #A07096; }
a { background-color: rgb(160,112,150); }
div.DivClassName
{
background-color: #A07096;
}
.BgClassName
{
background-color: #A07096;
}
</style>
border-color css
<style>
span { border-color: #A07096; }
span { border-color: rgb(160,112,150); }
td.TdClassName
{
border-color: #A07096;
}
.TagClassName
{
border-color: #A07096;
}
</style>