Shades of Mountbatten Pink #A07A92
Tints of Mountbatten Pink #A07A92
RGB
CMYK
RGB Variations
Color information
#A07A92 (or 0xA07A92) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 92. RGB value is (160,122,146). Sum of RGB (Red+Green+Blue) = 160+122+146=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A92 is #5F856D. Grayscale: #888888. Windows color (decimal): -6260078 or 9599648. OLE color: 9599648.
HSL color Cylindrical-coordinate representation of color #A07A92: hue angle of 322.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07A92 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 146 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.37 |
| HSL | 322.11º | 0.17% | 0.55% | - |
| HSV(B) | 322.11º | 0.24% | 0.63% | - |
| XYZ | 26.65 | 23.47 | 30.32 | - |
| YUV | 136.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 146 | 0 | 0.24 | 0.09 | 0.37 | 322.11 | 0.17 | 0.55 |
| Hex | A0 | 7A | 92 | 0 | 18 | 9 | 25 | 142 | 11 | 37 |
| Octal | 240 | 172 | 222 | 0 | 30 | 11 | 45 | 502 | 21 | 67 |
| Binary | 10100000 | 1111010 | 10010010 | 0 | 11000 | 1001 | 100101 | 101000010 | 10001 | 110111 |
Color Harmonies of #A07A92
Complementary color
Monochromatic Colors of #A07A92
Black with #A07A92
Text Example
Text Example
White with #A07A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A92; }
p { color: rgb(160,122,146); }
H1.HeaderClassName
{
color: #A07A92;
}
.AnyTagClassName
{
color: #A07A92;
}
</style>
background-color css
<style>
a { background-color: #A07A92; }
a { background-color: rgb(160,122,146); }
div.DivClassName
{
background-color: #A07A92;
}
.BgClassName
{
background-color: #A07A92;
}
</style>
border-color css
<style>
span { border-color: #A07A92; }
span { border-color: rgb(160,122,146); }
td.TdClassName
{
border-color: #A07A92;
}
.TagClassName
{
border-color: #A07A92;
}
</style>