Shades of Mountbatten Pink #A56F8E
Tints of Mountbatten Pink #A56F8E
RGB
CMYK
RGB Variations
Color information
#A56F8E (or 0xA56F8E) is known color: Mountbatten Pink. HEX triplet: A5, 6F and 8E. RGB value is (165,111,142). Sum of RGB (Red+Green+Blue) = 165+111+142=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F8E is #5A9071. Grayscale: #828282. Windows color (decimal): -5935218 or 9334693. OLE color: 9334693.
HSL color Cylindrical-coordinate representation of color #A56F8E: hue angle of 325.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56F8E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 111 | 142 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.35 |
| HSL | 325.56º | 0.23% | 0.54% | - |
| HSV(B) | 325.56º | 0.33% | 0.65% | - |
| XYZ | 26.08 | 21.32 | 28.33 | - |
| YUV | 130.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 142 | 0 | 0.33 | 0.14 | 0.35 | 325.56 | 0.23 | 0.54 |
| Hex | A5 | 6F | 8E | 0 | 21 | E | 23 | 146 | 17 | 36 |
| Octal | 245 | 157 | 216 | 0 | 41 | 16 | 43 | 506 | 27 | 66 |
| Binary | 10100101 | 1101111 | 10001110 | 0 | 100001 | 1110 | 100011 | 101000110 | 10111 | 110110 |
Color Harmonies of #A56F8E
Complementary color
Monochromatic Colors of #A56F8E
Black with #A56F8E
Text Example
Text Example
White with #A56F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56F8E; }
p { color: rgb(165,111,142); }
H1.HeaderClassName
{
color: #A56F8E;
}
.AnyTagClassName
{
color: #A56F8E;
}
</style>
background-color css
<style>
a { background-color: #A56F8E; }
a { background-color: rgb(165,111,142); }
div.DivClassName
{
background-color: #A56F8E;
}
.BgClassName
{
background-color: #A56F8E;
}
</style>
border-color css
<style>
span { border-color: #A56F8E; }
span { border-color: rgb(165,111,142); }
td.TdClassName
{
border-color: #A56F8E;
}
.TagClassName
{
border-color: #A56F8E;
}
</style>