Shades of Mountbatten Pink #A1738E
Tints of Mountbatten Pink #A1738E
RGB
CMYK
RGB Variations
Color information
#A1738E (or 0xA1738E) is known color: Mountbatten Pink. HEX triplet: A1, 73 and 8E. RGB value is (161,115,142). Sum of RGB (Red+Green+Blue) = 161+115+142=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A1738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1738E is #5E8C71. Grayscale: #838383. Windows color (decimal): -6196338 or 9335713. OLE color: 9335713.
HSL color Cylindrical-coordinate representation of color #A1738E: hue angle of 324.78º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1738E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 142 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.37 |
| HSL | 324.78º | 0.2% | 0.54% | - |
| HSV(B) | 324.78º | 0.29% | 0.63% | - |
| XYZ | 25.71 | 21.79 | 28.44 | - |
| YUV | 131.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 142 | 0 | 0.29 | 0.12 | 0.37 | 324.78 | 0.2 | 0.54 |
| Hex | A1 | 73 | 8E | 0 | 1D | C | 25 | 145 | 14 | 36 |
| Octal | 241 | 163 | 216 | 0 | 35 | 14 | 45 | 505 | 24 | 66 |
| Binary | 10100001 | 1110011 | 10001110 | 0 | 11101 | 1100 | 100101 | 101000101 | 10100 | 110110 |
Color Harmonies of #A1738E
Complementary color
Monochromatic Colors of #A1738E
Black with #A1738E
Text Example
Text Example
White with #A1738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1738E; }
p { color: rgb(161,115,142); }
H1.HeaderClassName
{
color: #A1738E;
}
.AnyTagClassName
{
color: #A1738E;
}
</style>
background-color css
<style>
a { background-color: #A1738E; }
a { background-color: rgb(161,115,142); }
div.DivClassName
{
background-color: #A1738E;
}
.BgClassName
{
background-color: #A1738E;
}
</style>
border-color css
<style>
span { border-color: #A1738E; }
span { border-color: rgb(161,115,142); }
td.TdClassName
{
border-color: #A1738E;
}
.TagClassName
{
border-color: #A1738E;
}
</style>