Shades of Mountbatten Pink #A56995
Tints of Mountbatten Pink #A56995
RGB
CMYK
RGB Variations
Color information
#A56995 (or 0xA56995) is known color: Mountbatten Pink. HEX triplet: A5, 69 and 95. RGB value is (165,105,149). Sum of RGB (Red+Green+Blue) = 165+105+149=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A56995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56995 is #5A966A. Grayscale: #7F7F7F. Windows color (decimal): -5936747 or 9791909. OLE color: 9791909.
HSL color Cylindrical-coordinate representation of color #A56995: hue angle of 316º 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 #A56995 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 149 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.35 |
| HSL | 316º | 0.25% | 0.53% | - |
| HSV(B) | 316º | 0.36% | 0.65% | - |
| XYZ | 25.99 | 20.27 | 30.98 | - |
| YUV | 127.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 149 | 0 | 0.36 | 0.10 | 0.35 | 316 | 0.25 | 0.53 |
| Hex | A5 | 69 | 95 | 0 | 24 | A | 23 | 13C | 19 | 35 |
| Octal | 245 | 151 | 225 | 0 | 44 | 12 | 43 | 474 | 31 | 65 |
| Binary | 10100101 | 1101001 | 10010101 | 0 | 100100 | 1010 | 100011 | 100111100 | 11001 | 110101 |
Color Harmonies of #A56995
Complementary color
Monochromatic Colors of #A56995
Black with #A56995
Text Example
Text Example
White with #A56995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56995; }
p { color: rgb(165,105,149); }
H1.HeaderClassName
{
color: #A56995;
}
.AnyTagClassName
{
color: #A56995;
}
</style>
background-color css
<style>
a { background-color: #A56995; }
a { background-color: rgb(165,105,149); }
div.DivClassName
{
background-color: #A56995;
}
.BgClassName
{
background-color: #A56995;
}
</style>
border-color css
<style>
span { border-color: #A56995; }
span { border-color: rgb(165,105,149); }
td.TdClassName
{
border-color: #A56995;
}
.TagClassName
{
border-color: #A56995;
}
</style>