Shades of Mountbatten Pink #A66E8E
Tints of Mountbatten Pink #A66E8E
RGB
CMYK
RGB Variations
Color information
#A66E8E (or 0xA66E8E) is known color: Mountbatten Pink. HEX triplet: A6, 6E and 8E. RGB value is (166,110,142). Sum of RGB (Red+Green+Blue) = 166+110+142=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66E8E is #599171. Grayscale: #828282. Windows color (decimal): -5869938 or 9334438. OLE color: 9334438.
HSL color Cylindrical-coordinate representation of color #A66E8E: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A66E8E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 110 | 142 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.35 |
| HSL | 325.71º | 0.24% | 0.54% | - |
| HSV(B) | 325.71º | 0.34% | 0.65% | - |
| XYZ | 26.18 | 21.21 | 28.31 | - |
| YUV | 130.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 142 | 0 | 0.34 | 0.14 | 0.35 | 325.71 | 0.24 | 0.54 |
| Hex | A6 | 6E | 8E | 0 | 22 | E | 23 | 146 | 18 | 36 |
| Octal | 246 | 156 | 216 | 0 | 42 | 16 | 43 | 506 | 30 | 66 |
| Binary | 10100110 | 1101110 | 10001110 | 0 | 100010 | 1110 | 100011 | 101000110 | 11000 | 110110 |
Color Harmonies of #A66E8E
Complementary color
Monochromatic Colors of #A66E8E
Black with #A66E8E
Text Example
Text Example
White with #A66E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66E8E; }
p { color: rgb(166,110,142); }
H1.HeaderClassName
{
color: #A66E8E;
}
.AnyTagClassName
{
color: #A66E8E;
}
</style>
background-color css
<style>
a { background-color: #A66E8E; }
a { background-color: rgb(166,110,142); }
div.DivClassName
{
background-color: #A66E8E;
}
.BgClassName
{
background-color: #A66E8E;
}
</style>
border-color css
<style>
span { border-color: #A66E8E; }
span { border-color: rgb(166,110,142); }
td.TdClassName
{
border-color: #A66E8E;
}
.TagClassName
{
border-color: #A66E8E;
}
</style>