Shades of Mountbatten Pink #A1768E
Tints of Mountbatten Pink #A1768E
RGB
CMYK
RGB Variations
Color information
#A1768E (or 0xA1768E) is known color: Mountbatten Pink. HEX triplet: A1, 76 and 8E. RGB value is (161,118,142). Sum of RGB (Red+Green+Blue) = 161+118+142=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A1768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1768E is #5E8971. Grayscale: #858585. Windows color (decimal): -6195570 or 9336481. OLE color: 9336481.
HSL color Cylindrical-coordinate representation of color #A1768E: hue angle of 326.51º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1768E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 142 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.37 |
| HSL | 326.51º | 0.19% | 0.55% | - |
| HSV(B) | 326.51º | 0.27% | 0.63% | - |
| XYZ | 26.06 | 22.49 | 28.56 | - |
| YUV | 133.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 142 | 0 | 0.27 | 0.12 | 0.37 | 326.51 | 0.19 | 0.55 |
| Hex | A1 | 76 | 8E | 0 | 1B | C | 25 | 147 | 13 | 37 |
| Octal | 241 | 166 | 216 | 0 | 33 | 14 | 45 | 507 | 23 | 67 |
| Binary | 10100001 | 1110110 | 10001110 | 0 | 11011 | 1100 | 100101 | 101000111 | 10011 | 110111 |
Color Harmonies of #A1768E
Complementary color
Monochromatic Colors of #A1768E
Black with #A1768E
Text Example
Text Example
White with #A1768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1768E; }
p { color: rgb(161,118,142); }
H1.HeaderClassName
{
color: #A1768E;
}
.AnyTagClassName
{
color: #A1768E;
}
</style>
background-color css
<style>
a { background-color: #A1768E; }
a { background-color: rgb(161,118,142); }
div.DivClassName
{
background-color: #A1768E;
}
.BgClassName
{
background-color: #A1768E;
}
</style>
border-color css
<style>
span { border-color: #A1768E; }
span { border-color: rgb(161,118,142); }
td.TdClassName
{
border-color: #A1768E;
}
.TagClassName
{
border-color: #A1768E;
}
</style>