Shades of Mountbatten Pink #A97190
Tints of Mountbatten Pink #A97190
RGB
CMYK
RGB Variations
Color information
#A97190 (or 0xA97190) is known color: Mountbatten Pink. HEX triplet: A9, 71 and 90. RGB value is (169,113,144). Sum of RGB (Red+Green+Blue) = 169+113+144=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A97190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97190 is #568E6F. Grayscale: #858585. Windows color (decimal): -5672560 or 9466281. OLE color: 9466281.
HSL color Cylindrical-coordinate representation of color #A97190: hue angle of 326.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97190 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 144 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.34 |
| HSL | 326.79º | 0.25% | 0.55% | - |
| HSV(B) | 326.79º | 0.33% | 0.66% | - |
| XYZ | 27.3 | 22.26 | 29.24 | - |
| YUV | 133.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 144 | 0 | 0.33 | 0.15 | 0.34 | 326.79 | 0.25 | 0.55 |
| Hex | A9 | 71 | 90 | 0 | 21 | F | 22 | 147 | 19 | 37 |
| Octal | 251 | 161 | 220 | 0 | 41 | 17 | 42 | 507 | 31 | 67 |
| Binary | 10101001 | 1110001 | 10010000 | 0 | 100001 | 1111 | 100010 | 101000111 | 11001 | 110111 |
Color Harmonies of #A97190
Complementary color
Monochromatic Colors of #A97190
Black with #A97190
Text Example
Text Example
White with #A97190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97190; }
p { color: rgb(169,113,144); }
H1.HeaderClassName
{
color: #A97190;
}
.AnyTagClassName
{
color: #A97190;
}
</style>
background-color css
<style>
a { background-color: #A97190; }
a { background-color: rgb(169,113,144); }
div.DivClassName
{
background-color: #A97190;
}
.BgClassName
{
background-color: #A97190;
}
</style>
border-color css
<style>
span { border-color: #A97190; }
span { border-color: rgb(169,113,144); }
td.TdClassName
{
border-color: #A97190;
}
.TagClassName
{
border-color: #A97190;
}
</style>