Shades of Mountbatten Pink #A06490
Tints of Mountbatten Pink #A06490
RGB
CMYK
RGB Variations
Color information
#A06490 (or 0xA06490) is known color: Mountbatten Pink. HEX triplet: A0, 64 and 90. RGB value is (160,100,144). Sum of RGB (Red+Green+Blue) = 160+100+144=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A06490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06490 is #5F9B6F. Grayscale: #7A7A7A. Windows color (decimal): -6265712 or 9462944. OLE color: 9462944.
HSL color Cylindrical-coordinate representation of color #A06490: hue angle of 316º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06490 is Cyan = 0, Magento = 0.38, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 144 | - |
| CMYK | 0 | 0.38 | 0.1 | 0.37 |
| HSL | 316º | 0.24% | 0.51% | - |
| HSV(B) | 316º | 0.38% | 0.63% | - |
| XYZ | 24.09 | 18.6 | 28.71 | - |
| YUV | 122.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 144 | 0 | 0.38 | 0.1 | 0.37 | 316 | 0.24 | 0.51 |
| Hex | A0 | 64 | 90 | 0 | 26 | A | 25 | 13C | 18 | 33 |
| Octal | 240 | 144 | 220 | 0 | 46 | 12 | 45 | 474 | 30 | 63 |
| Binary | 10100000 | 1100100 | 10010000 | 0 | 100110 | 1010 | 100101 | 100111100 | 11000 | 110011 |
Color Harmonies of #A06490
Complementary color
Monochromatic Colors of #A06490
Black with #A06490
Text Example
Text Example
White with #A06490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06490; }
p { color: rgb(160,100,144); }
H1.HeaderClassName
{
color: #A06490;
}
.AnyTagClassName
{
color: #A06490;
}
</style>
background-color css
<style>
a { background-color: #A06490; }
a { background-color: rgb(160,100,144); }
div.DivClassName
{
background-color: #A06490;
}
.BgClassName
{
background-color: #A06490;
}
</style>
border-color css
<style>
span { border-color: #A06490; }
span { border-color: rgb(160,100,144); }
td.TdClassName
{
border-color: #A06490;
}
.TagClassName
{
border-color: #A06490;
}
</style>