Shades of Mountbatten Pink #A0768D
Tints of Mountbatten Pink #A0768D
RGB
CMYK
RGB Variations
Color information
#A0768D (or 0xA0768D) is known color: Mountbatten Pink. HEX triplet: A0, 76 and 8D. RGB value is (160,118,141). Sum of RGB (Red+Green+Blue) = 160+118+141=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0768D is #5F8972. Grayscale: #858585. Windows color (decimal): -6261107 or 9270944. OLE color: 9270944.
HSL color Cylindrical-coordinate representation of color #A0768D: hue angle of 327.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0768D is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 141 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.37 |
| HSL | 327.14º | 0.18% | 0.55% | - |
| HSV(B) | 327.14º | 0.26% | 0.63% | - |
| XYZ | 25.78 | 22.35 | 28.16 | - |
| YUV | 133.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 141 | 0 | 0.26 | 0.12 | 0.37 | 327.14 | 0.18 | 0.55 |
| Hex | A0 | 76 | 8D | 0 | 1A | C | 25 | 147 | 12 | 37 |
| Octal | 240 | 166 | 215 | 0 | 32 | 14 | 45 | 507 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10001101 | 0 | 11010 | 1100 | 100101 | 101000111 | 10010 | 110111 |
Color Harmonies of #A0768D
Complementary color
Monochromatic Colors of #A0768D
Black with #A0768D
Text Example
Text Example
White with #A0768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0768D; }
p { color: rgb(160,118,141); }
H1.HeaderClassName
{
color: #A0768D;
}
.AnyTagClassName
{
color: #A0768D;
}
</style>
background-color css
<style>
a { background-color: #A0768D; }
a { background-color: rgb(160,118,141); }
div.DivClassName
{
background-color: #A0768D;
}
.BgClassName
{
background-color: #A0768D;
}
</style>
border-color css
<style>
span { border-color: #A0768D; }
span { border-color: rgb(160,118,141); }
td.TdClassName
{
border-color: #A0768D;
}
.TagClassName
{
border-color: #A0768D;
}
</style>