Shades of Mountbatten Pink #A2768D
Tints of Mountbatten Pink #A2768D
RGB
CMYK
RGB Variations
Color information
#A2768D (or 0xA2768D) is known color: Mountbatten Pink. HEX triplet: A2, 76 and 8D. RGB value is (162,118,141). Sum of RGB (Red+Green+Blue) = 162+118+141=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A2768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2768D is #5D8972. Grayscale: #858585. Windows color (decimal): -6130035 or 9270946. OLE color: 9270946.
HSL color Cylindrical-coordinate representation of color #A2768D: hue angle of 328.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2768D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 118 | 141 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.36 |
| HSL | 328.64º | 0.19% | 0.55% | - |
| HSV(B) | 328.64º | 0.27% | 0.64% | - |
| XYZ | 26.19 | 22.56 | 28.17 | - |
| YUV | 133.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 141 | 0 | 0.27 | 0.13 | 0.36 | 328.64 | 0.19 | 0.55 |
| Hex | A2 | 76 | 8D | 0 | 1B | D | 24 | 149 | 13 | 37 |
| Octal | 242 | 166 | 215 | 0 | 33 | 15 | 44 | 511 | 23 | 67 |
| Binary | 10100010 | 1110110 | 10001101 | 0 | 11011 | 1101 | 100100 | 101001001 | 10011 | 110111 |
Color Harmonies of #A2768D
Complementary color
Monochromatic Colors of #A2768D
Black with #A2768D
Text Example
Text Example
White with #A2768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2768D; }
p { color: rgb(162,118,141); }
H1.HeaderClassName
{
color: #A2768D;
}
.AnyTagClassName
{
color: #A2768D;
}
</style>
background-color css
<style>
a { background-color: #A2768D; }
a { background-color: rgb(162,118,141); }
div.DivClassName
{
background-color: #A2768D;
}
.BgClassName
{
background-color: #A2768D;
}
</style>
border-color css
<style>
span { border-color: #A2768D; }
span { border-color: rgb(162,118,141); }
td.TdClassName
{
border-color: #A2768D;
}
.TagClassName
{
border-color: #A2768D;
}
</style>