Shades of Mountbatten Pink #A56991
Tints of Mountbatten Pink #A56991
RGB
CMYK
RGB Variations
Color information
#A56991 (or 0xA56991) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 91. RGB value is (165,105,145). Sum of RGB (Red+Green+Blue) = 165+105+145=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56991 is #5A966E. Grayscale: #7F7F7F. Windows color (decimal): -5936751 or 9529765. OLE color: 9529765.
HSL color Cylindrical-coordinate representation of color #A56991: hue angle of 320º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A56991 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 145 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.35 |
| HSL | 320º | 0.25% | 0.53% | - |
| HSV(B) | 320º | 0.36% | 0.65% | - |
| XYZ | 25.68 | 20.15 | 29.32 | - |
| YUV | 127.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 145 | 0 | 0.36 | 0.12 | 0.35 | 320 | 0.25 | 0.53 |
| Hex | A5 | 69 | 91 | 0 | 24 | C | 23 | 140 | 19 | 35 |
| Octal | 245 | 151 | 221 | 0 | 44 | 14 | 43 | 500 | 31 | 65 |
| Binary | 10100101 | 1101001 | 10010001 | 0 | 100100 | 1100 | 100011 | 101000000 | 11001 | 110101 |
Color Harmonies of #A56991
Complementary color
Monochromatic Colors of #A56991
Black with #A56991
Text Example
Text Example
White with #A56991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56991; }
p { color: rgb(165,105,145); }
H1.HeaderClassName
{
color: #A56991;
}
.AnyTagClassName
{
color: #A56991;
}
</style>
background-color css
<style>
a { background-color: #A56991; }
a { background-color: rgb(165,105,145); }
div.DivClassName
{
background-color: #A56991;
}
.BgClassName
{
background-color: #A56991;
}
</style>
border-color css
<style>
span { border-color: #A56991; }
span { border-color: rgb(165,105,145); }
td.TdClassName
{
border-color: #A56991;
}
.TagClassName
{
border-color: #A56991;
}
</style>