Shades of Mountbatten Pink #A06C91
Tints of Mountbatten Pink #A06C91
RGB
CMYK
RGB Variations
Color information
#A06C91 (or 0xA06C91) is known color: Mountbatten Pink. HEX triplet: A0, 6C and 91. RGB value is (160,108,145). Sum of RGB (Red+Green+Blue) = 160+108+145=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06C91 is #5F936E. Grayscale: #7F7F7F. Windows color (decimal): -6263663 or 9530528. OLE color: 9530528.
HSL color Cylindrical-coordinate representation of color #A06C91: hue angle of 317.31º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06C91 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 108 | 145 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.37 |
| HSL | 317.31º | 0.21% | 0.53% | - |
| HSV(B) | 317.31º | 0.33% | 0.63% | - |
| XYZ | 24.97 | 20.24 | 29.38 | - |
| YUV | 127.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 145 | 0 | 0.32 | 0.09 | 0.37 | 317.31 | 0.21 | 0.53 |
| Hex | A0 | 6C | 91 | 0 | 20 | 9 | 25 | 13D | 15 | 35 |
| Octal | 240 | 154 | 221 | 0 | 40 | 11 | 45 | 475 | 25 | 65 |
| Binary | 10100000 | 1101100 | 10010001 | 0 | 100000 | 1001 | 100101 | 100111101 | 10101 | 110101 |
Color Harmonies of #A06C91
Complementary color
Monochromatic Colors of #A06C91
Black with #A06C91
Text Example
Text Example
White with #A06C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06C91; }
p { color: rgb(160,108,145); }
H1.HeaderClassName
{
color: #A06C91;
}
.AnyTagClassName
{
color: #A06C91;
}
</style>
background-color css
<style>
a { background-color: #A06C91; }
a { background-color: rgb(160,108,145); }
div.DivClassName
{
background-color: #A06C91;
}
.BgClassName
{
background-color: #A06C91;
}
</style>
border-color css
<style>
span { border-color: #A06C91; }
span { border-color: rgb(160,108,145); }
td.TdClassName
{
border-color: #A06C91;
}
.TagClassName
{
border-color: #A06C91;
}
</style>