Shades of Mountbatten Pink #A56B94
Tints of Mountbatten Pink #A56B94
RGB
CMYK
RGB Variations
Color information
#A56B94 (or 0xA56B94) is known color: Mountbatten Pink. HEX triplet: A5, 6B and 94. RGB value is (165,107,148). Sum of RGB (Red+Green+Blue) = 165+107+148=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56B94 is #5A946B. Grayscale: #808080. Windows color (decimal): -5936236 or 9726885. OLE color: 9726885.
HSL color Cylindrical-coordinate representation of color #A56B94: hue angle of 317.59º 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 #A56B94 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 148 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.35 |
| HSL | 317.59º | 0.24% | 0.53% | - |
| HSV(B) | 317.59º | 0.35% | 0.65% | - |
| XYZ | 26.12 | 20.65 | 30.63 | - |
| YUV | 129.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 148 | 0 | 0.35 | 0.10 | 0.35 | 317.59 | 0.24 | 0.53 |
| Hex | A5 | 6B | 94 | 0 | 23 | A | 23 | 13E | 18 | 35 |
| Octal | 245 | 153 | 224 | 0 | 43 | 12 | 43 | 476 | 30 | 65 |
| Binary | 10100101 | 1101011 | 10010100 | 0 | 100011 | 1010 | 100011 | 100111110 | 11000 | 110101 |
Color Harmonies of #A56B94
Complementary color
Monochromatic Colors of #A56B94
Black with #A56B94
Text Example
Text Example
White with #A56B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B94; }
p { color: rgb(165,107,148); }
H1.HeaderClassName
{
color: #A56B94;
}
.AnyTagClassName
{
color: #A56B94;
}
</style>
background-color css
<style>
a { background-color: #A56B94; }
a { background-color: rgb(165,107,148); }
div.DivClassName
{
background-color: #A56B94;
}
.BgClassName
{
background-color: #A56B94;
}
</style>
border-color css
<style>
span { border-color: #A56B94; }
span { border-color: rgb(165,107,148); }
td.TdClassName
{
border-color: #A56B94;
}
.TagClassName
{
border-color: #A56B94;
}
</style>