Shades of Mountbatten Pink #A0768E
Tints of Mountbatten Pink #A0768E
RGB
CMYK
RGB Variations
Color information
#A0768E (or 0xA0768E) is known color: Mountbatten Pink. HEX triplet: A0, 76 and 8E. RGB value is (160,118,142). Sum of RGB (Red+Green+Blue) = 160+118+142=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0768E is #5F8971. Grayscale: #858585. Windows color (decimal): -6261106 or 9336480. OLE color: 9336480.
HSL color Cylindrical-coordinate representation of color #A0768E: hue angle of 325.71º 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 #A0768E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 142 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.37 |
| HSL | 325.71º | 0.18% | 0.55% | - |
| HSV(B) | 325.71º | 0.26% | 0.63% | - |
| XYZ | 25.86 | 22.38 | 28.55 | - |
| YUV | 133.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 142 | 0 | 0.26 | 0.11 | 0.37 | 325.71 | 0.18 | 0.55 |
| Hex | A0 | 76 | 8E | 0 | 1A | B | 25 | 146 | 12 | 37 |
| Octal | 240 | 166 | 216 | 0 | 32 | 13 | 45 | 506 | 22 | 67 |
| Binary | 10100000 | 1110110 | 10001110 | 0 | 11010 | 1011 | 100101 | 101000110 | 10010 | 110111 |
Color Harmonies of #A0768E
Complementary color
Monochromatic Colors of #A0768E
Black with #A0768E
Text Example
Text Example
White with #A0768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0768E; }
p { color: rgb(160,118,142); }
H1.HeaderClassName
{
color: #A0768E;
}
.AnyTagClassName
{
color: #A0768E;
}
</style>
background-color css
<style>
a { background-color: #A0768E; }
a { background-color: rgb(160,118,142); }
div.DivClassName
{
background-color: #A0768E;
}
.BgClassName
{
background-color: #A0768E;
}
</style>
border-color css
<style>
span { border-color: #A0768E; }
span { border-color: rgb(160,118,142); }
td.TdClassName
{
border-color: #A0768E;
}
.TagClassName
{
border-color: #A0768E;
}
</style>