Shades of Mountbatten Pink #A66F8B
Tints of Mountbatten Pink #A66F8B
RGB
CMYK
RGB Variations
Color information
#A66F8B (or 0xA66F8B) is known color: Mountbatten Pink. HEX triplet: A6, 6F and 8B. RGB value is (166,111,139). Sum of RGB (Red+Green+Blue) = 166+111+139=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66F8B is #599074. Grayscale: #828282. Windows color (decimal): -5869685 or 9138086. OLE color: 9138086.
HSL color Cylindrical-coordinate representation of color #A66F8B: hue angle of 329.45º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F8B is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 139 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.35 |
| HSL | 329.45º | 0.24% | 0.54% | - |
| HSV(B) | 329.45º | 0.33% | 0.65% | - |
| XYZ | 26.07 | 21.34 | 27.17 | - |
| YUV | 130.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 139 | 0 | 0.33 | 0.16 | 0.35 | 329.45 | 0.24 | 0.54 |
| Hex | A6 | 6F | 8B | 0 | 21 | 10 | 23 | 149 | 18 | 36 |
| Octal | 246 | 157 | 213 | 0 | 41 | 20 | 43 | 511 | 30 | 66 |
| Binary | 10100110 | 1101111 | 10001011 | 0 | 100001 | 10000 | 100011 | 101001001 | 11000 | 110110 |
Color Harmonies of #A66F8B
Complementary color
Monochromatic Colors of #A66F8B
Black with #A66F8B
Text Example
Text Example
White with #A66F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F8B; }
p { color: rgb(166,111,139); }
H1.HeaderClassName
{
color: #A66F8B;
}
.AnyTagClassName
{
color: #A66F8B;
}
</style>
background-color css
<style>
a { background-color: #A66F8B; }
a { background-color: rgb(166,111,139); }
div.DivClassName
{
background-color: #A66F8B;
}
.BgClassName
{
background-color: #A66F8B;
}
</style>
border-color css
<style>
span { border-color: #A66F8B; }
span { border-color: rgb(166,111,139); }
td.TdClassName
{
border-color: #A66F8B;
}
.TagClassName
{
border-color: #A66F8B;
}
</style>