Shades of Mountbatten Pink #A4708F
Tints of Mountbatten Pink #A4708F
RGB
CMYK
RGB Variations
Color information
#A4708F (or 0xA4708F) is known color: Mountbatten Pink. HEX triplet: A4, 70 and 8F. RGB value is (164,112,143). Sum of RGB (Red+Green+Blue) = 164+112+143=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4708F is #5B8F70. Grayscale: #838383. Windows color (decimal): -6000497 or 9400484. OLE color: 9400484.
HSL color Cylindrical-coordinate representation of color #A4708F: hue angle of 324.23º 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 #A4708F is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 143 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.36 |
| HSL | 324.23º | 0.22% | 0.54% | - |
| HSV(B) | 324.23º | 0.32% | 0.64% | - |
| XYZ | 26.06 | 21.46 | 28.76 | - |
| YUV | 131.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 143 | 0 | 0.32 | 0.13 | 0.36 | 324.23 | 0.22 | 0.54 |
| Hex | A4 | 70 | 8F | 0 | 20 | D | 24 | 144 | 16 | 36 |
| Octal | 244 | 160 | 217 | 0 | 40 | 15 | 44 | 504 | 26 | 66 |
| Binary | 10100100 | 1110000 | 10001111 | 0 | 100000 | 1101 | 100100 | 101000100 | 10110 | 110110 |
Color Harmonies of #A4708F
Complementary color
Monochromatic Colors of #A4708F
Black with #A4708F
Text Example
Text Example
White with #A4708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4708F; }
p { color: rgb(164,112,143); }
H1.HeaderClassName
{
color: #A4708F;
}
.AnyTagClassName
{
color: #A4708F;
}
</style>
background-color css
<style>
a { background-color: #A4708F; }
a { background-color: rgb(164,112,143); }
div.DivClassName
{
background-color: #A4708F;
}
.BgClassName
{
background-color: #A4708F;
}
</style>
border-color css
<style>
span { border-color: #A4708F; }
span { border-color: rgb(164,112,143); }
td.TdClassName
{
border-color: #A4708F;
}
.TagClassName
{
border-color: #A4708F;
}
</style>