Shades of Mountbatten Pink #A96691
Tints of Mountbatten Pink #A96691
RGB
CMYK
RGB Variations
Color information
#A96691 (or 0xA96691) is known color: Mountbatten Pink. HEX triplet: A9, 66 and 91. RGB value is (169,102,145). Sum of RGB (Red+Green+Blue) = 169+102+145=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A96691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96691 is #56996E. Grayscale: #7E7E7E. Windows color (decimal): -5675375 or 9529001. OLE color: 9529001.
HSL color Cylindrical-coordinate representation of color #A96691: hue angle of 321.49º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96691 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 102 | 145 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.34 |
| HSL | 321.49º | 0.28% | 0.53% | - |
| HSV(B) | 321.49º | 0.4% | 0.66% | - |
| XYZ | 26.22 | 19.98 | 29.26 | - |
| YUV | 126.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 102 | 145 | 0 | 0.40 | 0.14 | 0.34 | 321.49 | 0.28 | 0.53 |
| Hex | A9 | 66 | 91 | 0 | 28 | E | 22 | 141 | 1C | 35 |
| Octal | 251 | 146 | 221 | 0 | 50 | 16 | 42 | 501 | 34 | 65 |
| Binary | 10101001 | 1100110 | 10010001 | 0 | 101000 | 1110 | 100010 | 101000001 | 11100 | 110101 |
Color Harmonies of #A96691
Complementary color
Monochromatic Colors of #A96691
Black with #A96691
Text Example
Text Example
White with #A96691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96691; }
p { color: rgb(169,102,145); }
H1.HeaderClassName
{
color: #A96691;
}
.AnyTagClassName
{
color: #A96691;
}
</style>
background-color css
<style>
a { background-color: #A96691; }
a { background-color: rgb(169,102,145); }
div.DivClassName
{
background-color: #A96691;
}
.BgClassName
{
background-color: #A96691;
}
</style>
border-color css
<style>
span { border-color: #A96691; }
span { border-color: rgb(169,102,145); }
td.TdClassName
{
border-color: #A96691;
}
.TagClassName
{
border-color: #A96691;
}
</style>