Shades of Mountbatten Pink #A0798A
Tints of Mountbatten Pink #A0798A
RGB
CMYK
RGB Variations
Color information
#A0798A (or 0xA0798A) is known color: Mountbatten Pink. HEX triplet: A0, 79 and 8A. RGB value is (160,121,138). Sum of RGB (Red+Green+Blue) = 160+121+138=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0798A is #5F8675. Grayscale: #868686. Windows color (decimal): -6260342 or 9075104. OLE color: 9075104.
HSL color Cylindrical-coordinate representation of color #A0798A: hue angle of 333.85º 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 #A0798A is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 138 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.37 |
| HSL | 333.85º | 0.17% | 0.55% | - |
| HSV(B) | 333.85º | 0.24% | 0.63% | - |
| XYZ | 25.92 | 22.98 | 27.11 | - |
| YUV | 134.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 138 | 0 | 0.24 | 0.14 | 0.37 | 333.85 | 0.17 | 0.55 |
| Hex | A0 | 79 | 8A | 0 | 18 | E | 25 | 14E | 11 | 37 |
| Octal | 240 | 171 | 212 | 0 | 30 | 16 | 45 | 516 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10001010 | 0 | 11000 | 1110 | 100101 | 101001110 | 10001 | 110111 |
Color Harmonies of #A0798A
Complementary color
Monochromatic Colors of #A0798A
Black with #A0798A
Text Example
Text Example
White with #A0798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0798A; }
p { color: rgb(160,121,138); }
H1.HeaderClassName
{
color: #A0798A;
}
.AnyTagClassName
{
color: #A0798A;
}
</style>
background-color css
<style>
a { background-color: #A0798A; }
a { background-color: rgb(160,121,138); }
div.DivClassName
{
background-color: #A0798A;
}
.BgClassName
{
background-color: #A0798A;
}
</style>
border-color css
<style>
span { border-color: #A0798A; }
span { border-color: rgb(160,121,138); }
td.TdClassName
{
border-color: #A0798A;
}
.TagClassName
{
border-color: #A0798A;
}
</style>