Shades of Mountbatten Pink #A96E8C
Tints of Mountbatten Pink #A96E8C
RGB
CMYK
RGB Variations
Color information
#A96E8C (or 0xA96E8C) is known color: Mountbatten Pink. HEX triplet: A9, 6E and 8C. RGB value is (169,110,140). Sum of RGB (Red+Green+Blue) = 169+110+140=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E8C is #569173. Grayscale: #838383. Windows color (decimal): -5673332 or 9203369. OLE color: 9203369.
HSL color Cylindrical-coordinate representation of color #A96E8C: hue angle of 329.49º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E8C is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 140 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.34 |
| HSL | 329.49º | 0.26% | 0.55% | - |
| HSV(B) | 329.49º | 0.35% | 0.66% | - |
| XYZ | 26.67 | 21.48 | 27.55 | - |
| YUV | 131.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 140 | 0 | 0.35 | 0.17 | 0.34 | 329.49 | 0.26 | 0.55 |
| Hex | A9 | 6E | 8C | 0 | 23 | 11 | 22 | 149 | 1A | 37 |
| Octal | 251 | 156 | 214 | 0 | 43 | 21 | 42 | 511 | 32 | 67 |
| Binary | 10101001 | 1101110 | 10001100 | 0 | 100011 | 10001 | 100010 | 101001001 | 11010 | 110111 |
Color Harmonies of #A96E8C
Complementary color
Monochromatic Colors of #A96E8C
Black with #A96E8C
Text Example
Text Example
White with #A96E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E8C; }
p { color: rgb(169,110,140); }
H1.HeaderClassName
{
color: #A96E8C;
}
.AnyTagClassName
{
color: #A96E8C;
}
</style>
background-color css
<style>
a { background-color: #A96E8C; }
a { background-color: rgb(169,110,140); }
div.DivClassName
{
background-color: #A96E8C;
}
.BgClassName
{
background-color: #A96E8C;
}
</style>
border-color css
<style>
span { border-color: #A96E8C; }
span { border-color: rgb(169,110,140); }
td.TdClassName
{
border-color: #A96E8C;
}
.TagClassName
{
border-color: #A96E8C;
}
</style>