Shades of Mountbatten Pink #A47B8F
Tints of Mountbatten Pink #A47B8F
RGB
CMYK
RGB Variations
Color information
#A47B8F (or 0xA47B8F) is known color: Mountbatten Pink. HEX triplet: A4, 7B and 8F. RGB value is (164,123,143). Sum of RGB (Red+Green+Blue) = 164+123+143=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47B8F is #5B8470. Grayscale: #898989. Windows color (decimal): -5997681 or 9403300. OLE color: 9403300.
HSL color Cylindrical-coordinate representation of color #A47B8F: hue angle of 330.73º 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 #A47B8F is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 143 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.36 |
| HSL | 330.73º | 0.18% | 0.56% | - |
| HSV(B) | 330.73º | 0.25% | 0.64% | - |
| XYZ | 27.35 | 24.04 | 29.19 | - |
| YUV | 137.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 143 | 0 | 0.25 | 0.13 | 0.36 | 330.73 | 0.18 | 0.56 |
| Hex | A4 | 7B | 8F | 0 | 19 | D | 24 | 14B | 12 | 38 |
| Octal | 244 | 173 | 217 | 0 | 31 | 15 | 44 | 513 | 22 | 70 |
| Binary | 10100100 | 1111011 | 10001111 | 0 | 11001 | 1101 | 100100 | 101001011 | 10010 | 111000 |
Color Harmonies of #A47B8F
Complementary color
Monochromatic Colors of #A47B8F
Black with #A47B8F
Text Example
Text Example
White with #A47B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B8F; }
p { color: rgb(164,123,143); }
H1.HeaderClassName
{
color: #A47B8F;
}
.AnyTagClassName
{
color: #A47B8F;
}
</style>
background-color css
<style>
a { background-color: #A47B8F; }
a { background-color: rgb(164,123,143); }
div.DivClassName
{
background-color: #A47B8F;
}
.BgClassName
{
background-color: #A47B8F;
}
</style>
border-color css
<style>
span { border-color: #A47B8F; }
span { border-color: rgb(164,123,143); }
td.TdClassName
{
border-color: #A47B8F;
}
.TagClassName
{
border-color: #A47B8F;
}
</style>