Shades of Mountbatten Pink #A57990
Tints of Mountbatten Pink #A57990
RGB
CMYK
RGB Variations
Color information
#A57990 (or 0xA57990) is known color: Mountbatten Pink. HEX triplet: A5, 79 and 90. RGB value is (165,121,144). Sum of RGB (Red+Green+Blue) = 165+121+144=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57990 is #5A866F. Grayscale: #888888. Windows color (decimal): -5932656 or 9468325. OLE color: 9468325.
HSL color Cylindrical-coordinate representation of color #A57990: hue angle of 328.64º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57990 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 144 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.35 |
| HSL | 328.64º | 0.2% | 0.56% | - |
| HSV(B) | 328.64º | 0.27% | 0.65% | - |
| XYZ | 27.39 | 23.69 | 29.51 | - |
| YUV | 136.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 144 | 0 | 0.27 | 0.13 | 0.35 | 328.64 | 0.2 | 0.56 |
| Hex | A5 | 79 | 90 | 0 | 1B | D | 23 | 149 | 14 | 38 |
| Octal | 245 | 171 | 220 | 0 | 33 | 15 | 43 | 511 | 24 | 70 |
| Binary | 10100101 | 1111001 | 10010000 | 0 | 11011 | 1101 | 100011 | 101001001 | 10100 | 111000 |
Color Harmonies of #A57990
Complementary color
Monochromatic Colors of #A57990
Black with #A57990
Text Example
Text Example
White with #A57990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57990; }
p { color: rgb(165,121,144); }
H1.HeaderClassName
{
color: #A57990;
}
.AnyTagClassName
{
color: #A57990;
}
</style>
background-color css
<style>
a { background-color: #A57990; }
a { background-color: rgb(165,121,144); }
div.DivClassName
{
background-color: #A57990;
}
.BgClassName
{
background-color: #A57990;
}
</style>
border-color css
<style>
span { border-color: #A57990; }
span { border-color: rgb(165,121,144); }
td.TdClassName
{
border-color: #A57990;
}
.TagClassName
{
border-color: #A57990;
}
</style>