Shades of Mountbatten Pink #A1758B
Tints of Mountbatten Pink #A1758B
RGB
CMYK
RGB Variations
Color information
#A1758B (or 0xA1758B) is known color: Mountbatten Pink. HEX triplet: A1, 75 and 8B. RGB value is (161,117,139). Sum of RGB (Red+Green+Blue) = 161+117+139=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A1758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1758B is #5E8A74. Grayscale: #848484. Windows color (decimal): -6195829 or 9139617. OLE color: 9139617.
HSL color Cylindrical-coordinate representation of color #A1758B: hue angle of 330º 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 #A1758B is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 139 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.37 |
| HSL | 330º | 0.19% | 0.55% | - |
| HSV(B) | 330º | 0.27% | 0.63% | - |
| XYZ | 25.72 | 22.16 | 27.35 | - |
| YUV | 132.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 139 | 0 | 0.27 | 0.14 | 0.37 | 330 | 0.19 | 0.55 |
| Hex | A1 | 75 | 8B | 0 | 1B | E | 25 | 14A | 13 | 37 |
| Octal | 241 | 165 | 213 | 0 | 33 | 16 | 45 | 512 | 23 | 67 |
| Binary | 10100001 | 1110101 | 10001011 | 0 | 11011 | 1110 | 100101 | 101001010 | 10011 | 110111 |
Color Harmonies of #A1758B
Complementary color
Monochromatic Colors of #A1758B
Black with #A1758B
Text Example
Text Example
White with #A1758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1758B; }
p { color: rgb(161,117,139); }
H1.HeaderClassName
{
color: #A1758B;
}
.AnyTagClassName
{
color: #A1758B;
}
</style>
background-color css
<style>
a { background-color: #A1758B; }
a { background-color: rgb(161,117,139); }
div.DivClassName
{
background-color: #A1758B;
}
.BgClassName
{
background-color: #A1758B;
}
</style>
border-color css
<style>
span { border-color: #A1758B; }
span { border-color: rgb(161,117,139); }
td.TdClassName
{
border-color: #A1758B;
}
.TagClassName
{
border-color: #A1758B;
}
</style>