Shades of Mountbatten Pink #A66791
Tints of Mountbatten Pink #A66791
RGB
CMYK
RGB Variations
Color information
#A66791 (or 0xA66791) is known color: Mountbatten Pink. HEX triplet: A6, 67 and 91. RGB value is (166,103,145). Sum of RGB (Red+Green+Blue) = 166+103+145=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66791 is #59986E. Grayscale: #7E7E7E. Windows color (decimal): -5871727 or 9529254. OLE color: 9529254.
HSL color Cylindrical-coordinate representation of color #A66791: hue angle of 320º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A66791 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 145 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.35 |
| HSL | 320º | 0.26% | 0.53% | - |
| HSV(B) | 320º | 0.38% | 0.65% | - |
| XYZ | 25.69 | 19.85 | 29.27 | - |
| YUV | 126.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 145 | 0 | 0.38 | 0.13 | 0.35 | 320 | 0.26 | 0.53 |
| Hex | A6 | 67 | 91 | 0 | 26 | D | 23 | 140 | 1A | 35 |
| Octal | 246 | 147 | 221 | 0 | 46 | 15 | 43 | 500 | 32 | 65 |
| Binary | 10100110 | 1100111 | 10010001 | 0 | 100110 | 1101 | 100011 | 101000000 | 11010 | 110101 |
Color Harmonies of #A66791
Complementary color
Monochromatic Colors of #A66791
Black with #A66791
Text Example
Text Example
White with #A66791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66791; }
p { color: rgb(166,103,145); }
H1.HeaderClassName
{
color: #A66791;
}
.AnyTagClassName
{
color: #A66791;
}
</style>
background-color css
<style>
a { background-color: #A66791; }
a { background-color: rgb(166,103,145); }
div.DivClassName
{
background-color: #A66791;
}
.BgClassName
{
background-color: #A66791;
}
</style>
border-color css
<style>
span { border-color: #A66791; }
span { border-color: rgb(166,103,145); }
td.TdClassName
{
border-color: #A66791;
}
.TagClassName
{
border-color: #A66791;
}
</style>