Shades of Mountbatten Pink #A07B8B
Tints of Mountbatten Pink #A07B8B
RGB
CMYK
RGB Variations
Color information
#A07B8B (or 0xA07B8B) is known color: Mountbatten Pink. HEX triplet: A0, 7B and 8B. RGB value is (160,123,139). Sum of RGB (Red+Green+Blue) = 160+123+139=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B8B is #5F8474. Grayscale: #878787. Windows color (decimal): -6259829 or 9141152. OLE color: 9141152.
HSL color Cylindrical-coordinate representation of color #A07B8B: hue angle of 334.05º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B8B is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 139 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.37 |
| HSL | 334.05º | 0.16% | 0.55% | - |
| HSV(B) | 334.05º | 0.23% | 0.63% | - |
| XYZ | 26.24 | 23.5 | 27.58 | - |
| YUV | 135.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 139 | 0 | 0.23 | 0.13 | 0.37 | 334.05 | 0.16 | 0.55 |
| Hex | A0 | 7B | 8B | 0 | 17 | D | 25 | 14E | 10 | 37 |
| Octal | 240 | 173 | 213 | 0 | 27 | 15 | 45 | 516 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10001011 | 0 | 10111 | 1101 | 100101 | 101001110 | 10000 | 110111 |
Color Harmonies of #A07B8B
Complementary color
Monochromatic Colors of #A07B8B
Black with #A07B8B
Text Example
Text Example
White with #A07B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B8B; }
p { color: rgb(160,123,139); }
H1.HeaderClassName
{
color: #A07B8B;
}
.AnyTagClassName
{
color: #A07B8B;
}
</style>
background-color css
<style>
a { background-color: #A07B8B; }
a { background-color: rgb(160,123,139); }
div.DivClassName
{
background-color: #A07B8B;
}
.BgClassName
{
background-color: #A07B8B;
}
</style>
border-color css
<style>
span { border-color: #A07B8B; }
span { border-color: rgb(160,123,139); }
td.TdClassName
{
border-color: #A07B8B;
}
.TagClassName
{
border-color: #A07B8B;
}
</style>