Shades of Mountbatten Pink #A96892
Tints of Mountbatten Pink #A96892
RGB
CMYK
RGB Variations
Color information
#A96892 (or 0xA96892) is known color: Mountbatten Pink. HEX triplet: A9, 68 and 92. RGB value is (169,104,146). Sum of RGB (Red+Green+Blue) = 169+104+146=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A96892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96892 is #56976D. Grayscale: #808080. Windows color (decimal): -5674862 or 9595049. OLE color: 9595049.
HSL color Cylindrical-coordinate representation of color #A96892: hue angle of 321.23º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96892 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 104 | 146 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.34 |
| HSL | 321.23º | 0.27% | 0.54% | - |
| HSV(B) | 321.23º | 0.38% | 0.66% | - |
| XYZ | 26.5 | 20.41 | 29.74 | - |
| YUV | 128.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 104 | 146 | 0 | 0.38 | 0.14 | 0.34 | 321.23 | 0.27 | 0.54 |
| Hex | A9 | 68 | 92 | 0 | 26 | E | 22 | 141 | 1B | 36 |
| Octal | 251 | 150 | 222 | 0 | 46 | 16 | 42 | 501 | 33 | 66 |
| Binary | 10101001 | 1101000 | 10010010 | 0 | 100110 | 1110 | 100010 | 101000001 | 11011 | 110110 |
Color Harmonies of #A96892
Complementary color
Monochromatic Colors of #A96892
Black with #A96892
Text Example
Text Example
White with #A96892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96892; }
p { color: rgb(169,104,146); }
H1.HeaderClassName
{
color: #A96892;
}
.AnyTagClassName
{
color: #A96892;
}
</style>
background-color css
<style>
a { background-color: #A96892; }
a { background-color: rgb(169,104,146); }
div.DivClassName
{
background-color: #A96892;
}
.BgClassName
{
background-color: #A96892;
}
</style>
border-color css
<style>
span { border-color: #A96892; }
span { border-color: rgb(169,104,146); }
td.TdClassName
{
border-color: #A96892;
}
.TagClassName
{
border-color: #A96892;
}
</style>