Shades of Mountbatten Pink #A56B90
Tints of Mountbatten Pink #A56B90
RGB
CMYK
RGB Variations
Color information
#A56B90 (or 0xA56B90) is known color: Mountbatten Pink. HEX triplet: A5, 6B and 90. RGB value is (165,107,144). Sum of RGB (Red+Green+Blue) = 165+107+144=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B90 is #5A946F. Grayscale: #808080. Windows color (decimal): -5936240 or 9464741. OLE color: 9464741.
HSL color Cylindrical-coordinate representation of color #A56B90: hue angle of 321.72º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56B90 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 144 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.35 |
| HSL | 321.72º | 0.24% | 0.53% | - |
| HSV(B) | 321.72º | 0.35% | 0.65% | - |
| XYZ | 25.81 | 20.53 | 28.99 | - |
| YUV | 128.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 144 | 0 | 0.35 | 0.13 | 0.35 | 321.72 | 0.24 | 0.53 |
| Hex | A5 | 6B | 90 | 0 | 23 | D | 23 | 142 | 18 | 35 |
| Octal | 245 | 153 | 220 | 0 | 43 | 15 | 43 | 502 | 30 | 65 |
| Binary | 10100101 | 1101011 | 10010000 | 0 | 100011 | 1101 | 100011 | 101000010 | 11000 | 110101 |
Color Harmonies of #A56B90
Complementary color
Monochromatic Colors of #A56B90
Black with #A56B90
Text Example
Text Example
White with #A56B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B90; }
p { color: rgb(165,107,144); }
H1.HeaderClassName
{
color: #A56B90;
}
.AnyTagClassName
{
color: #A56B90;
}
</style>
background-color css
<style>
a { background-color: #A56B90; }
a { background-color: rgb(165,107,144); }
div.DivClassName
{
background-color: #A56B90;
}
.BgClassName
{
background-color: #A56B90;
}
</style>
border-color css
<style>
span { border-color: #A56B90; }
span { border-color: rgb(165,107,144); }
td.TdClassName
{
border-color: #A56B90;
}
.TagClassName
{
border-color: #A56B90;
}
</style>