Shades of Mountbatten Pink #A06E92
Tints of Mountbatten Pink #A06E92
RGB
CMYK
RGB Variations
Color information
#A06E92 (or 0xA06E92) is known color: Mountbatten Pink. HEX triplet: A0, 6E and 92. RGB value is (160,110,146). Sum of RGB (Red+Green+Blue) = 160+110+146=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E92 is #5F916D. Grayscale: #808080. Windows color (decimal): -6263150 or 9596576. OLE color: 9596576.
HSL color Cylindrical-coordinate representation of color #A06E92: hue angle of 316.8º 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 #A06E92 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 146 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.37 |
| HSL | 316.8º | 0.21% | 0.53% | - |
| HSV(B) | 316.8º | 0.31% | 0.63% | - |
| XYZ | 25.26 | 20.7 | 29.86 | - |
| YUV | 129.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 146 | 0 | 0.31 | 0.09 | 0.37 | 316.8 | 0.21 | 0.53 |
| Hex | A0 | 6E | 92 | 0 | 1F | 9 | 25 | 13D | 15 | 35 |
| Octal | 240 | 156 | 222 | 0 | 37 | 11 | 45 | 475 | 25 | 65 |
| Binary | 10100000 | 1101110 | 10010010 | 0 | 11111 | 1001 | 100101 | 100111101 | 10101 | 110101 |
Color Harmonies of #A06E92
Complementary color
Monochromatic Colors of #A06E92
Black with #A06E92
Text Example
Text Example
White with #A06E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E92; }
p { color: rgb(160,110,146); }
H1.HeaderClassName
{
color: #A06E92;
}
.AnyTagClassName
{
color: #A06E92;
}
</style>
background-color css
<style>
a { background-color: #A06E92; }
a { background-color: rgb(160,110,146); }
div.DivClassName
{
background-color: #A06E92;
}
.BgClassName
{
background-color: #A06E92;
}
</style>
border-color css
<style>
span { border-color: #A06E92; }
span { border-color: rgb(160,110,146); }
td.TdClassName
{
border-color: #A06E92;
}
.TagClassName
{
border-color: #A06E92;
}
</style>