Shades of Mountbatten Pink #A07D90
Tints of Mountbatten Pink #A07D90
RGB
CMYK
RGB Variations
Color information
#A07D90 (or 0xA07D90) is known color: Mountbatten Pink. HEX triplet: A0, 7D and 90. RGB value is (160,125,144). Sum of RGB (Red+Green+Blue) = 160+125+144=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D90 is #5F826F. Grayscale: #898989. Windows color (decimal): -6259312 or 9469344. OLE color: 9469344.
HSL color Cylindrical-coordinate representation of color #A07D90: hue angle of 327.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D90 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 144 | - |
| CMYK | 0 | 0.22 | 0.1 | 0.37 |
| HSL | 327.43º | 0.16% | 0.56% | - |
| HSV(B) | 327.43º | 0.22% | 0.63% | - |
| XYZ | 26.86 | 24.15 | 29.63 | - |
| YUV | 137.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 144 | 0 | 0.22 | 0.1 | 0.37 | 327.43 | 0.16 | 0.56 |
| Hex | A0 | 7D | 90 | 0 | 16 | A | 25 | 147 | 10 | 38 |
| Octal | 240 | 175 | 220 | 0 | 26 | 12 | 45 | 507 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10010000 | 0 | 10110 | 1010 | 100101 | 101000111 | 10000 | 111000 |
Color Harmonies of #A07D90
Complementary color
Monochromatic Colors of #A07D90
Black with #A07D90
Text Example
Text Example
White with #A07D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D90; }
p { color: rgb(160,125,144); }
H1.HeaderClassName
{
color: #A07D90;
}
.AnyTagClassName
{
color: #A07D90;
}
</style>
background-color css
<style>
a { background-color: #A07D90; }
a { background-color: rgb(160,125,144); }
div.DivClassName
{
background-color: #A07D90;
}
.BgClassName
{
background-color: #A07D90;
}
</style>
border-color css
<style>
span { border-color: #A07D90; }
span { border-color: rgb(160,125,144); }
td.TdClassName
{
border-color: #A07D90;
}
.TagClassName
{
border-color: #A07D90;
}
</style>