Shades of Mountbatten Pink #A47095
Tints of Mountbatten Pink #A47095
RGB
CMYK
RGB Variations
Color information
#A47095 (or 0xA47095) is known color: Mountbatten Pink. HEX triplet: A4, 70 and 95. RGB value is (164,112,149). Sum of RGB (Red+Green+Blue) = 164+112+149=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A47095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47095 is #5B8F6A. Grayscale: #838383. Windows color (decimal): -6000491 or 9793700. OLE color: 9793700.
HSL color Cylindrical-coordinate representation of color #A47095: hue angle of 317.31º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47095 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 149 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.36 |
| HSL | 317.31º | 0.22% | 0.54% | - |
| HSV(B) | 317.31º | 0.32% | 0.64% | - |
| XYZ | 26.53 | 21.65 | 31.21 | - |
| YUV | 131.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 149 | 0 | 0.32 | 0.09 | 0.36 | 317.31 | 0.22 | 0.54 |
| Hex | A4 | 70 | 95 | 0 | 20 | 9 | 24 | 13D | 16 | 36 |
| Octal | 244 | 160 | 225 | 0 | 40 | 11 | 44 | 475 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10010101 | 0 | 100000 | 1001 | 100100 | 100111101 | 10110 | 110110 |
Color Harmonies of #A47095
Complementary color
Monochromatic Colors of #A47095
Black with #A47095
Text Example
Text Example
White with #A47095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47095; }
p { color: rgb(164,112,149); }
H1.HeaderClassName
{
color: #A47095;
}
.AnyTagClassName
{
color: #A47095;
}
</style>
background-color css
<style>
a { background-color: #A47095; }
a { background-color: rgb(164,112,149); }
div.DivClassName
{
background-color: #A47095;
}
.BgClassName
{
background-color: #A47095;
}
</style>
border-color css
<style>
span { border-color: #A47095; }
span { border-color: rgb(164,112,149); }
td.TdClassName
{
border-color: #A47095;
}
.TagClassName
{
border-color: #A47095;
}
</style>