Shades of Mountbatten Pink #A56D8E
Tints of Mountbatten Pink #A56D8E
RGB
CMYK
RGB Variations
Color information
#A56D8E (or 0xA56D8E) is known color: Mountbatten Pink. HEX triplet: A5, 6D and 8E. RGB value is (165,109,142). Sum of RGB (Red+Green+Blue) = 165+109+142=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D8E is #5A9271. Grayscale: #818181. Windows color (decimal): -5935730 or 9334181. OLE color: 9334181.
HSL color Cylindrical-coordinate representation of color #A56D8E: hue angle of 324.64º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D8E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 142 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.35 |
| HSL | 324.64º | 0.24% | 0.54% | - |
| HSV(B) | 324.64º | 0.34% | 0.65% | - |
| XYZ | 25.87 | 20.89 | 28.26 | - |
| YUV | 129.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 142 | 0 | 0.34 | 0.14 | 0.35 | 324.64 | 0.24 | 0.54 |
| Hex | A5 | 6D | 8E | 0 | 22 | E | 23 | 145 | 18 | 36 |
| Octal | 245 | 155 | 216 | 0 | 42 | 16 | 43 | 505 | 30 | 66 |
| Binary | 10100101 | 1101101 | 10001110 | 0 | 100010 | 1110 | 100011 | 101000101 | 11000 | 110110 |
Color Harmonies of #A56D8E
Complementary color
Monochromatic Colors of #A56D8E
Black with #A56D8E
Text Example
Text Example
White with #A56D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D8E; }
p { color: rgb(165,109,142); }
H1.HeaderClassName
{
color: #A56D8E;
}
.AnyTagClassName
{
color: #A56D8E;
}
</style>
background-color css
<style>
a { background-color: #A56D8E; }
a { background-color: rgb(165,109,142); }
div.DivClassName
{
background-color: #A56D8E;
}
.BgClassName
{
background-color: #A56D8E;
}
</style>
border-color css
<style>
span { border-color: #A56D8E; }
span { border-color: rgb(165,109,142); }
td.TdClassName
{
border-color: #A56D8E;
}
.TagClassName
{
border-color: #A56D8E;
}
</style>