Shades of Mountbatten Pink #A57590
Tints of Mountbatten Pink #A57590
RGB
CMYK
RGB Variations
Color information
#A57590 (or 0xA57590) is known color: Mountbatten Pink. HEX triplet: A5, 75 and 90. RGB value is (165,117,144). Sum of RGB (Red+Green+Blue) = 165+117+144=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A57590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57590 is #5A8A6F. Grayscale: #868686. Windows color (decimal): -5933680 or 9467301. OLE color: 9467301.
HSL color Cylindrical-coordinate representation of color #A57590: hue angle of 326.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57590 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 144 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.35 |
| HSL | 326.25º | 0.21% | 0.55% | - |
| HSV(B) | 326.25º | 0.29% | 0.65% | - |
| XYZ | 26.91 | 22.74 | 29.36 | - |
| YUV | 134.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 144 | 0 | 0.29 | 0.13 | 0.35 | 326.25 | 0.21 | 0.55 |
| Hex | A5 | 75 | 90 | 0 | 1D | D | 23 | 146 | 15 | 37 |
| Octal | 245 | 165 | 220 | 0 | 35 | 15 | 43 | 506 | 25 | 67 |
| Binary | 10100101 | 1110101 | 10010000 | 0 | 11101 | 1101 | 100011 | 101000110 | 10101 | 110111 |
Color Harmonies of #A57590
Complementary color
Monochromatic Colors of #A57590
Black with #A57590
Text Example
Text Example
White with #A57590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57590; }
p { color: rgb(165,117,144); }
H1.HeaderClassName
{
color: #A57590;
}
.AnyTagClassName
{
color: #A57590;
}
</style>
background-color css
<style>
a { background-color: #A57590; }
a { background-color: rgb(165,117,144); }
div.DivClassName
{
background-color: #A57590;
}
.BgClassName
{
background-color: #A57590;
}
</style>
border-color css
<style>
span { border-color: #A57590; }
span { border-color: rgb(165,117,144); }
td.TdClassName
{
border-color: #A57590;
}
.TagClassName
{
border-color: #A57590;
}
</style>