Shades of Mountbatten Pink #A06690
Tints of Mountbatten Pink #A06690
RGB
CMYK
RGB Variations
Color information
#A06690 (or 0xA06690) is known color: Mountbatten Pink. HEX triplet: A0, 66 and 90. RGB value is (160,102,144). Sum of RGB (Red+Green+Blue) = 160+102+144=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A06690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06690 is #5F996F. Grayscale: #7C7C7C. Windows color (decimal): -6265200 or 9463456. OLE color: 9463456.
HSL color Cylindrical-coordinate representation of color #A06690: hue angle of 316.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06690 is Cyan = 0, Magento = 0.36, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 144 | - |
| CMYK | 0 | 0.36 | 0.1 | 0.37 |
| HSL | 316.55º | 0.23% | 0.51% | - |
| HSV(B) | 316.55º | 0.36% | 0.63% | - |
| XYZ | 24.28 | 18.99 | 28.77 | - |
| YUV | 124.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 144 | 0 | 0.36 | 0.1 | 0.37 | 316.55 | 0.23 | 0.51 |
| Hex | A0 | 66 | 90 | 0 | 24 | A | 25 | 13D | 17 | 33 |
| Octal | 240 | 146 | 220 | 0 | 44 | 12 | 45 | 475 | 27 | 63 |
| Binary | 10100000 | 1100110 | 10010000 | 0 | 100100 | 1010 | 100101 | 100111101 | 10111 | 110011 |
Color Harmonies of #A06690
Complementary color
Monochromatic Colors of #A06690
Black with #A06690
Text Example
Text Example
White with #A06690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06690; }
p { color: rgb(160,102,144); }
H1.HeaderClassName
{
color: #A06690;
}
.AnyTagClassName
{
color: #A06690;
}
</style>
background-color css
<style>
a { background-color: #A06690; }
a { background-color: rgb(160,102,144); }
div.DivClassName
{
background-color: #A06690;
}
.BgClassName
{
background-color: #A06690;
}
</style>
border-color css
<style>
span { border-color: #A06690; }
span { border-color: rgb(160,102,144); }
td.TdClassName
{
border-color: #A06690;
}
.TagClassName
{
border-color: #A06690;
}
</style>