Shades of Mountbatten Pink #A66A8E
Tints of Mountbatten Pink #A66A8E
RGB
CMYK
RGB Variations
Color information
#A66A8E (or 0xA66A8E) is known color: Mountbatten Pink. HEX triplet: A6, 6A and 8E. RGB value is (166,106,142). Sum of RGB (Red+Green+Blue) = 166+106+142=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A8E is #599571. Grayscale: #7F7F7F. Windows color (decimal): -5870962 or 9333414. OLE color: 9333414.
HSL color Cylindrical-coordinate representation of color #A66A8E: hue angle of 324º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66A8E is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 142 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.35 |
| HSL | 324º | 0.25% | 0.53% | - |
| HSV(B) | 324º | 0.36% | 0.65% | - |
| XYZ | 25.76 | 20.37 | 28.16 | - |
| YUV | 128.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 142 | 0 | 0.36 | 0.14 | 0.35 | 324 | 0.25 | 0.53 |
| Hex | A6 | 6A | 8E | 0 | 24 | E | 23 | 144 | 19 | 35 |
| Octal | 246 | 152 | 216 | 0 | 44 | 16 | 43 | 504 | 31 | 65 |
| Binary | 10100110 | 1101010 | 10001110 | 0 | 100100 | 1110 | 100011 | 101000100 | 11001 | 110101 |
Color Harmonies of #A66A8E
Complementary color
Monochromatic Colors of #A66A8E
Black with #A66A8E
Text Example
Text Example
White with #A66A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A8E; }
p { color: rgb(166,106,142); }
H1.HeaderClassName
{
color: #A66A8E;
}
.AnyTagClassName
{
color: #A66A8E;
}
</style>
background-color css
<style>
a { background-color: #A66A8E; }
a { background-color: rgb(166,106,142); }
div.DivClassName
{
background-color: #A66A8E;
}
.BgClassName
{
background-color: #A66A8E;
}
</style>
border-color css
<style>
span { border-color: #A66A8E; }
span { border-color: rgb(166,106,142); }
td.TdClassName
{
border-color: #A66A8E;
}
.TagClassName
{
border-color: #A66A8E;
}
</style>