Shades of Mountbatten Pink #A66A94
Tints of Mountbatten Pink #A66A94
RGB
CMYK
RGB Variations
Color information
#A66A94 (or 0xA66A94) is known color: Mountbatten Pink. HEX triplet: A6, 6A and 94. RGB value is (166,106,148). Sum of RGB (Red+Green+Blue) = 166+106+148=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66A94 is #59956B. Grayscale: #808080. Windows color (decimal): -5870956 or 9726630. OLE color: 9726630.
HSL color Cylindrical-coordinate representation of color #A66A94: hue angle of 318º 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 #A66A94 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 106 | 148 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.35 |
| HSL | 318º | 0.25% | 0.53% | - |
| HSV(B) | 318º | 0.36% | 0.65% | - |
| XYZ | 26.23 | 20.55 | 30.6 | - |
| YUV | 128.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 148 | 0 | 0.36 | 0.11 | 0.35 | 318 | 0.25 | 0.53 |
| Hex | A6 | 6A | 94 | 0 | 24 | B | 23 | 13E | 19 | 35 |
| Octal | 246 | 152 | 224 | 0 | 44 | 13 | 43 | 476 | 31 | 65 |
| Binary | 10100110 | 1101010 | 10010100 | 0 | 100100 | 1011 | 100011 | 100111110 | 11001 | 110101 |
Color Harmonies of #A66A94
Complementary color
Monochromatic Colors of #A66A94
Black with #A66A94
Text Example
Text Example
White with #A66A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66A94; }
p { color: rgb(166,106,148); }
H1.HeaderClassName
{
color: #A66A94;
}
.AnyTagClassName
{
color: #A66A94;
}
</style>
background-color css
<style>
a { background-color: #A66A94; }
a { background-color: rgb(166,106,148); }
div.DivClassName
{
background-color: #A66A94;
}
.BgClassName
{
background-color: #A66A94;
}
</style>
border-color css
<style>
span { border-color: #A66A94; }
span { border-color: rgb(166,106,148); }
td.TdClassName
{
border-color: #A66A94;
}
.TagClassName
{
border-color: #A66A94;
}
</style>