Shades of Mountbatten Pink #A06E91
Tints of Mountbatten Pink #A06E91
RGB
CMYK
RGB Variations
Color information
#A06E91 (or 0xA06E91) is known color: Mountbatten Pink. HEX triplet: A0, 6E and 91. RGB value is (160,110,145). Sum of RGB (Red+Green+Blue) = 160+110+145=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E91 is #5F916E. Grayscale: #808080. Windows color (decimal): -6263151 or 9531040. OLE color: 9531040.
HSL color Cylindrical-coordinate representation of color #A06E91: hue angle of 318º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E91 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 145 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.37 |
| HSL | 318º | 0.21% | 0.53% | - |
| HSV(B) | 318º | 0.31% | 0.63% | - |
| XYZ | 25.18 | 20.67 | 29.45 | - |
| YUV | 128.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 145 | 0 | 0.31 | 0.09 | 0.37 | 318 | 0.21 | 0.53 |
| Hex | A0 | 6E | 91 | 0 | 1F | 9 | 25 | 13E | 15 | 35 |
| Octal | 240 | 156 | 221 | 0 | 37 | 11 | 45 | 476 | 25 | 65 |
| Binary | 10100000 | 1101110 | 10010001 | 0 | 11111 | 1001 | 100101 | 100111110 | 10101 | 110101 |
Color Harmonies of #A06E91
Complementary color
Monochromatic Colors of #A06E91
Black with #A06E91
Text Example
Text Example
White with #A06E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E91; }
p { color: rgb(160,110,145); }
H1.HeaderClassName
{
color: #A06E91;
}
.AnyTagClassName
{
color: #A06E91;
}
</style>
background-color css
<style>
a { background-color: #A06E91; }
a { background-color: rgb(160,110,145); }
div.DivClassName
{
background-color: #A06E91;
}
.BgClassName
{
background-color: #A06E91;
}
</style>
border-color css
<style>
span { border-color: #A06E91; }
span { border-color: rgb(160,110,145); }
td.TdClassName
{
border-color: #A06E91;
}
.TagClassName
{
border-color: #A06E91;
}
</style>