Shades of Mountbatten Pink #A07891
Tints of Mountbatten Pink #A07891
RGB
CMYK
RGB Variations
Color information
#A07891 (or 0xA07891) is known color: Mountbatten Pink. HEX triplet: A0, 78 and 91. RGB value is (160,120,145). Sum of RGB (Red+Green+Blue) = 160+120+145=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A07891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07891 is #5F876E. Grayscale: #868686. Windows color (decimal): -6260591 or 9533600. OLE color: 9533600.
HSL color Cylindrical-coordinate representation of color #A07891: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07891 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 145 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.37 |
| HSL | 322.5º | 0.17% | 0.55% | - |
| HSV(B) | 322.5º | 0.25% | 0.63% | - |
| XYZ | 26.32 | 22.95 | 29.83 | - |
| YUV | 134.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 145 | 0 | 0.25 | 0.09 | 0.37 | 322.5 | 0.17 | 0.55 |
| Hex | A0 | 78 | 91 | 0 | 19 | 9 | 25 | 142 | 11 | 37 |
| Octal | 240 | 170 | 221 | 0 | 31 | 11 | 45 | 502 | 21 | 67 |
| Binary | 10100000 | 1111000 | 10010001 | 0 | 11001 | 1001 | 100101 | 101000010 | 10001 | 110111 |
Color Harmonies of #A07891
Complementary color
Monochromatic Colors of #A07891
Black with #A07891
Text Example
Text Example
White with #A07891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07891; }
p { color: rgb(160,120,145); }
H1.HeaderClassName
{
color: #A07891;
}
.AnyTagClassName
{
color: #A07891;
}
</style>
background-color css
<style>
a { background-color: #A07891; }
a { background-color: rgb(160,120,145); }
div.DivClassName
{
background-color: #A07891;
}
.BgClassName
{
background-color: #A07891;
}
</style>
border-color css
<style>
span { border-color: #A07891; }
span { border-color: rgb(160,120,145); }
td.TdClassName
{
border-color: #A07891;
}
.TagClassName
{
border-color: #A07891;
}
</style>