Shades of Mountbatten Pink #A66B95
Tints of Mountbatten Pink #A66B95
RGB
CMYK
RGB Variations
Color information
#A66B95 (or 0xA66B95) is known color: Mountbatten Pink. HEX triplet: A6, 6B and 95. RGB value is (166,107,149). Sum of RGB (Red+Green+Blue) = 166+107+149=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B95 is #59946A. Grayscale: #818181. Windows color (decimal): -5870699 or 9792422. OLE color: 9792422.
HSL color Cylindrical-coordinate representation of color #A66B95: hue angle of 317.29º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B95 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 107 | 149 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.35 |
| HSL | 317.29º | 0.25% | 0.54% | - |
| HSV(B) | 317.29º | 0.36% | 0.65% | - |
| XYZ | 26.41 | 20.79 | 31.06 | - |
| YUV | 129.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 149 | 0 | 0.36 | 0.10 | 0.35 | 317.29 | 0.25 | 0.54 |
| Hex | A6 | 6B | 95 | 0 | 24 | A | 23 | 13D | 19 | 36 |
| Octal | 246 | 153 | 225 | 0 | 44 | 12 | 43 | 475 | 31 | 66 |
| Binary | 10100110 | 1101011 | 10010101 | 0 | 100100 | 1010 | 100011 | 100111101 | 11001 | 110110 |
Color Harmonies of #A66B95
Complementary color
Monochromatic Colors of #A66B95
Black with #A66B95
Text Example
Text Example
White with #A66B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66B95; }
p { color: rgb(166,107,149); }
H1.HeaderClassName
{
color: #A66B95;
}
.AnyTagClassName
{
color: #A66B95;
}
</style>
background-color css
<style>
a { background-color: #A66B95; }
a { background-color: rgb(166,107,149); }
div.DivClassName
{
background-color: #A66B95;
}
.BgClassName
{
background-color: #A66B95;
}
</style>
border-color css
<style>
span { border-color: #A66B95; }
span { border-color: rgb(166,107,149); }
td.TdClassName
{
border-color: #A66B95;
}
.TagClassName
{
border-color: #A66B95;
}
</style>