Shades of Mountbatten Pink #A0798B
Tints of Mountbatten Pink #A0798B
RGB
CMYK
RGB Variations
Color information
#A0798B (or 0xA0798B) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 8B. RGB value is (160,121,139). Sum of RGB (Red+Green+Blue) = 160+121+139=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798B is #5F8674. Grayscale: #868686. Windows color (decimal): -6260341 or 9140640. OLE color: 9140640.
HSL color Cylindrical-coordinate representation of color #A0798B: hue angle of 332.31º 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 #A0798B is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 139 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.37 |
| HSL | 332.31º | 0.17% | 0.55% | - |
| HSV(B) | 332.31º | 0.24% | 0.63% | - |
| XYZ | 25.99 | 23.01 | 27.5 | - |
| YUV | 134.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 139 | 0 | 0.24 | 0.13 | 0.37 | 332.31 | 0.17 | 0.55 |
| Hex | A0 | 79 | 8B | 0 | 18 | D | 25 | 14C | 11 | 37 |
| Octal | 240 | 171 | 213 | 0 | 30 | 15 | 45 | 514 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10001011 | 0 | 11000 | 1101 | 100101 | 101001100 | 10001 | 110111 |
Color Harmonies of #A0798B
Complementary color
Monochromatic Colors of #A0798B
Black with #A0798B
Text Example
Text Example
White with #A0798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0798B; }
p { color: rgb(160,121,139); }
H1.HeaderClassName
{
color: #A0798B;
}
.AnyTagClassName
{
color: #A0798B;
}
</style>
background-color css
<style>
a { background-color: #A0798B; }
a { background-color: rgb(160,121,139); }
div.DivClassName
{
background-color: #A0798B;
}
.BgClassName
{
background-color: #A0798B;
}
</style>
border-color css
<style>
span { border-color: #A0798B; }
span { border-color: rgb(160,121,139); }
td.TdClassName
{
border-color: #A0798B;
}
.TagClassName
{
border-color: #A0798B;
}
</style>