Shades of Mountbatten Pink #A66890
Tints of Mountbatten Pink #A66890
RGB
CMYK
RGB Variations
Color information
#A66890 (or 0xA66890) is known color: Mountbatten Pink. HEX triplet: A6, 68 and 90. RGB value is (166,104,144). Sum of RGB (Red+Green+Blue) = 166+104+144=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66890 is #59976F. Grayscale: #7F7F7F. Windows color (decimal): -5871472 or 9463974. OLE color: 9463974.
HSL color Cylindrical-coordinate representation of color #A66890: hue angle of 321.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66890 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 144 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.35 |
| HSL | 321.29º | 0.26% | 0.53% | - |
| HSV(B) | 321.29º | 0.37% | 0.65% | - |
| XYZ | 25.71 | 20.02 | 28.89 | - |
| YUV | 127.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 144 | 0 | 0.37 | 0.13 | 0.35 | 321.29 | 0.26 | 0.53 |
| Hex | A6 | 68 | 90 | 0 | 25 | D | 23 | 141 | 1A | 35 |
| Octal | 246 | 150 | 220 | 0 | 45 | 15 | 43 | 501 | 32 | 65 |
| Binary | 10100110 | 1101000 | 10010000 | 0 | 100101 | 1101 | 100011 | 101000001 | 11010 | 110101 |
Color Harmonies of #A66890
Complementary color
Monochromatic Colors of #A66890
Black with #A66890
Text Example
Text Example
White with #A66890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66890; }
p { color: rgb(166,104,144); }
H1.HeaderClassName
{
color: #A66890;
}
.AnyTagClassName
{
color: #A66890;
}
</style>
background-color css
<style>
a { background-color: #A66890; }
a { background-color: rgb(166,104,144); }
div.DivClassName
{
background-color: #A66890;
}
.BgClassName
{
background-color: #A66890;
}
</style>
border-color css
<style>
span { border-color: #A66890; }
span { border-color: rgb(166,104,144); }
td.TdClassName
{
border-color: #A66890;
}
.TagClassName
{
border-color: #A66890;
}
</style>