Shades of Mountbatten Pink #A07A8D
Tints of Mountbatten Pink #A07A8D
RGB
CMYK
RGB Variations
Color information
#A07A8D (or 0xA07A8D) is known color: Mountbatten Pink. HEX triplet: A0, 7A and 8D. RGB value is (160,122,141). Sum of RGB (Red+Green+Blue) = 160+122+141=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07A8D is #5F8572. Grayscale: #878787. Windows color (decimal): -6260083 or 9271968. OLE color: 9271968.
HSL color Cylindrical-coordinate representation of color #A07A8D: hue angle of 330º 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 #A07A8D is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 141 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.37 |
| HSL | 330º | 0.17% | 0.55% | - |
| HSV(B) | 330º | 0.24% | 0.63% | - |
| XYZ | 26.26 | 23.32 | 28.32 | - |
| YUV | 135.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 141 | 0 | 0.24 | 0.12 | 0.37 | 330 | 0.17 | 0.55 |
| Hex | A0 | 7A | 8D | 0 | 18 | C | 25 | 14A | 11 | 37 |
| Octal | 240 | 172 | 215 | 0 | 30 | 14 | 45 | 512 | 21 | 67 |
| Binary | 10100000 | 1111010 | 10001101 | 0 | 11000 | 1100 | 100101 | 101001010 | 10001 | 110111 |
Color Harmonies of #A07A8D
Complementary color
Monochromatic Colors of #A07A8D
Black with #A07A8D
Text Example
Text Example
White with #A07A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A8D; }
p { color: rgb(160,122,141); }
H1.HeaderClassName
{
color: #A07A8D;
}
.AnyTagClassName
{
color: #A07A8D;
}
</style>
background-color css
<style>
a { background-color: #A07A8D; }
a { background-color: rgb(160,122,141); }
div.DivClassName
{
background-color: #A07A8D;
}
.BgClassName
{
background-color: #A07A8D;
}
</style>
border-color css
<style>
span { border-color: #A07A8D; }
span { border-color: rgb(160,122,141); }
td.TdClassName
{
border-color: #A07A8D;
}
.TagClassName
{
border-color: #A07A8D;
}
</style>