Shades of Mountbatten Pink #A87390
Tints of Mountbatten Pink #A87390
RGB
CMYK
RGB Variations
Color information
#A87390 (or 0xA87390) is known color: Mountbatten Pink. HEX triplet: A8, 73 and 90. RGB value is (168,115,144). Sum of RGB (Red+Green+Blue) = 168+115+144=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A87390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87390 is #578C6F. Grayscale: #868686. Windows color (decimal): -5737584 or 9466792. OLE color: 9466792.
HSL color Cylindrical-coordinate representation of color #A87390: hue angle of 327.17º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87390 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 144 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.34 |
| HSL | 327.17º | 0.23% | 0.55% | - |
| HSV(B) | 327.17º | 0.32% | 0.66% | - |
| XYZ | 27.31 | 22.6 | 29.31 | - |
| YUV | 134.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 144 | 0 | 0.32 | 0.14 | 0.34 | 327.17 | 0.23 | 0.55 |
| Hex | A8 | 73 | 90 | 0 | 20 | E | 22 | 147 | 17 | 37 |
| Octal | 250 | 163 | 220 | 0 | 40 | 16 | 42 | 507 | 27 | 67 |
| Binary | 10101000 | 1110011 | 10010000 | 0 | 100000 | 1110 | 100010 | 101000111 | 10111 | 110111 |
Color Harmonies of #A87390
Complementary color
Monochromatic Colors of #A87390
Black with #A87390
Text Example
Text Example
White with #A87390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87390; }
p { color: rgb(168,115,144); }
H1.HeaderClassName
{
color: #A87390;
}
.AnyTagClassName
{
color: #A87390;
}
</style>
background-color css
<style>
a { background-color: #A87390; }
a { background-color: rgb(168,115,144); }
div.DivClassName
{
background-color: #A87390;
}
.BgClassName
{
background-color: #A87390;
}
</style>
border-color css
<style>
span { border-color: #A87390; }
span { border-color: rgb(168,115,144); }
td.TdClassName
{
border-color: #A87390;
}
.TagClassName
{
border-color: #A87390;
}
</style>