Shades of Mountbatten Pink #A66691
Tints of Mountbatten Pink #A66691
RGB
CMYK
RGB Variations
Color information
#A66691 (or 0xA66691) is known color: Mountbatten Pink. HEX triplet: A6, 66 and 91. RGB value is (166,102,145). Sum of RGB (Red+Green+Blue) = 166+102+145=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A66691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66691 is #59996E. Grayscale: #7D7D7D. Windows color (decimal): -5871983 or 9528998. OLE color: 9528998.
HSL color Cylindrical-coordinate representation of color #A66691: hue angle of 319.69º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66691 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 145 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.35 |
| HSL | 319.69º | 0.26% | 0.53% | - |
| HSV(B) | 319.69º | 0.39% | 0.65% | - |
| XYZ | 25.59 | 19.65 | 29.23 | - |
| YUV | 126.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 145 | 0 | 0.39 | 0.13 | 0.35 | 319.69 | 0.26 | 0.53 |
| Hex | A6 | 66 | 91 | 0 | 27 | D | 23 | 140 | 1A | 35 |
| Octal | 246 | 146 | 221 | 0 | 47 | 15 | 43 | 500 | 32 | 65 |
| Binary | 10100110 | 1100110 | 10010001 | 0 | 100111 | 1101 | 100011 | 101000000 | 11010 | 110101 |
Color Harmonies of #A66691
Complementary color
Monochromatic Colors of #A66691
Black with #A66691
Text Example
Text Example
White with #A66691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66691; }
p { color: rgb(166,102,145); }
H1.HeaderClassName
{
color: #A66691;
}
.AnyTagClassName
{
color: #A66691;
}
</style>
background-color css
<style>
a { background-color: #A66691; }
a { background-color: rgb(166,102,145); }
div.DivClassName
{
background-color: #A66691;
}
.BgClassName
{
background-color: #A66691;
}
</style>
border-color css
<style>
span { border-color: #A66691; }
span { border-color: rgb(166,102,145); }
td.TdClassName
{
border-color: #A66691;
}
.TagClassName
{
border-color: #A66691;
}
</style>