Shades of Mountbatten Pink #A07D8B
Tints of Mountbatten Pink #A07D8B
RGB
CMYK
RGB Variations
Color information
#A07D8B (or 0xA07D8B) is known color: Mountbatten Pink. HEX triplet: A0, 7D and 8B. RGB value is (160,125,139). Sum of RGB (Red+Green+Blue) = 160+125+139=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D8B is #5F8274. Grayscale: #898989. Windows color (decimal): -6259317 or 9141664. OLE color: 9141664.
HSL color Cylindrical-coordinate representation of color #A07D8B: hue angle of 336º 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 #A07D8B is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 139 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.37 |
| HSL | 336º | 0.16% | 0.56% | - |
| HSV(B) | 336º | 0.22% | 0.63% | - |
| XYZ | 26.49 | 24 | 27.66 | - |
| YUV | 137.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 139 | 0 | 0.22 | 0.13 | 0.37 | 336 | 0.16 | 0.56 |
| Hex | A0 | 7D | 8B | 0 | 16 | D | 25 | 150 | 10 | 38 |
| Octal | 240 | 175 | 213 | 0 | 26 | 15 | 45 | 520 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10001011 | 0 | 10110 | 1101 | 100101 | 101010000 | 10000 | 111000 |
Color Harmonies of #A07D8B
Complementary color
Monochromatic Colors of #A07D8B
Black with #A07D8B
Text Example
Text Example
White with #A07D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D8B; }
p { color: rgb(160,125,139); }
H1.HeaderClassName
{
color: #A07D8B;
}
.AnyTagClassName
{
color: #A07D8B;
}
</style>
background-color css
<style>
a { background-color: #A07D8B; }
a { background-color: rgb(160,125,139); }
div.DivClassName
{
background-color: #A07D8B;
}
.BgClassName
{
background-color: #A07D8B;
}
</style>
border-color css
<style>
span { border-color: #A07D8B; }
span { border-color: rgb(160,125,139); }
td.TdClassName
{
border-color: #A07D8B;
}
.TagClassName
{
border-color: #A07D8B;
}
</style>