Shades of Mountbatten Pink #A57A8F
Tints of Mountbatten Pink #A57A8F
RGB
CMYK
RGB Variations
Color information
#A57A8F (or 0xA57A8F) is known color: Mountbatten Pink. HEX triplet: A5, 7A and 8F. RGB value is (165,122,143). Sum of RGB (Red+Green+Blue) = 165+122+143=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A8F is #5A8570. Grayscale: #898989. Windows color (decimal): -5932401 or 9403045. OLE color: 9403045.
HSL color Cylindrical-coordinate representation of color #A57A8F: hue angle of 330.7º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A8F is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 143 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.35 |
| HSL | 330.7º | 0.19% | 0.56% | - |
| HSV(B) | 330.7º | 0.26% | 0.65% | - |
| XYZ | 27.43 | 23.9 | 29.15 | - |
| YUV | 137.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 143 | 0 | 0.26 | 0.13 | 0.35 | 330.7 | 0.19 | 0.56 |
| Hex | A5 | 7A | 8F | 0 | 1A | D | 23 | 14B | 13 | 38 |
| Octal | 245 | 172 | 217 | 0 | 32 | 15 | 43 | 513 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10001111 | 0 | 11010 | 1101 | 100011 | 101001011 | 10011 | 111000 |
Color Harmonies of #A57A8F
Complementary color
Monochromatic Colors of #A57A8F
Black with #A57A8F
Text Example
Text Example
White with #A57A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A8F; }
p { color: rgb(165,122,143); }
H1.HeaderClassName
{
color: #A57A8F;
}
.AnyTagClassName
{
color: #A57A8F;
}
</style>
background-color css
<style>
a { background-color: #A57A8F; }
a { background-color: rgb(165,122,143); }
div.DivClassName
{
background-color: #A57A8F;
}
.BgClassName
{
background-color: #A57A8F;
}
</style>
border-color css
<style>
span { border-color: #A57A8F; }
span { border-color: rgb(165,122,143); }
td.TdClassName
{
border-color: #A57A8F;
}
.TagClassName
{
border-color: #A57A8F;
}
</style>