Shades of Mountbatten Pink #A47B90
Tints of Mountbatten Pink #A47B90
RGB
CMYK
RGB Variations
Color information
#A47B90 (or 0xA47B90) is known color: Mountbatten Pink. HEX triplet: A4, 7B and 90. RGB value is (164,123,144). Sum of RGB (Red+Green+Blue) = 164+123+144=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B90 is #5B846F. Grayscale: #898989. Windows color (decimal): -5997680 or 9468836. OLE color: 9468836.
HSL color Cylindrical-coordinate representation of color #A47B90: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A47B90 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 144 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.36 |
| HSL | 329.27º | 0.18% | 0.56% | - |
| HSV(B) | 329.27º | 0.25% | 0.64% | - |
| XYZ | 27.43 | 24.07 | 29.59 | - |
| YUV | 137.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 144 | 0 | 0.25 | 0.12 | 0.36 | 329.27 | 0.18 | 0.56 |
| Hex | A4 | 7B | 90 | 0 | 19 | C | 24 | 149 | 12 | 38 |
| Octal | 244 | 173 | 220 | 0 | 31 | 14 | 44 | 511 | 22 | 70 |
| Binary | 10100100 | 1111011 | 10010000 | 0 | 11001 | 1100 | 100100 | 101001001 | 10010 | 111000 |
Color Harmonies of #A47B90
Complementary color
Monochromatic Colors of #A47B90
Black with #A47B90
Text Example
Text Example
White with #A47B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B90; }
p { color: rgb(164,123,144); }
H1.HeaderClassName
{
color: #A47B90;
}
.AnyTagClassName
{
color: #A47B90;
}
</style>
background-color css
<style>
a { background-color: #A47B90; }
a { background-color: rgb(164,123,144); }
div.DivClassName
{
background-color: #A47B90;
}
.BgClassName
{
background-color: #A47B90;
}
</style>
border-color css
<style>
span { border-color: #A47B90; }
span { border-color: rgb(164,123,144); }
td.TdClassName
{
border-color: #A47B90;
}
.TagClassName
{
border-color: #A47B90;
}
</style>