Shades of Mountbatten Pink #A66692
Tints of Mountbatten Pink #A66692
RGB
CMYK
RGB Variations
Color information
#A66692 (or 0xA66692) is known color: Mountbatten Pink. HEX triplet: A6, 66 and 92. RGB value is (166,102,146). Sum of RGB (Red+Green+Blue) = 166+102+146=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A66692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66692 is #59996D. Grayscale: #7E7E7E. Windows color (decimal): -5871982 or 9594534. OLE color: 9594534.
HSL color Cylindrical-coordinate representation of color #A66692: hue angle of 318.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66692 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 102 | 146 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.35 |
| HSL | 318.75º | 0.26% | 0.53% | - |
| HSV(B) | 318.75º | 0.39% | 0.65% | - |
| XYZ | 25.67 | 19.69 | 29.64 | - |
| YUV | 126.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 146 | 0 | 0.39 | 0.12 | 0.35 | 318.75 | 0.26 | 0.53 |
| Hex | A6 | 66 | 92 | 0 | 27 | C | 23 | 13F | 1A | 35 |
| Octal | 246 | 146 | 222 | 0 | 47 | 14 | 43 | 477 | 32 | 65 |
| Binary | 10100110 | 1100110 | 10010010 | 0 | 100111 | 1100 | 100011 | 100111111 | 11010 | 110101 |
Color Harmonies of #A66692
Complementary color
Monochromatic Colors of #A66692
Black with #A66692
Text Example
Text Example
White with #A66692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66692; }
p { color: rgb(166,102,146); }
H1.HeaderClassName
{
color: #A66692;
}
.AnyTagClassName
{
color: #A66692;
}
</style>
background-color css
<style>
a { background-color: #A66692; }
a { background-color: rgb(166,102,146); }
div.DivClassName
{
background-color: #A66692;
}
.BgClassName
{
background-color: #A66692;
}
</style>
border-color css
<style>
span { border-color: #A66692; }
span { border-color: rgb(166,102,146); }
td.TdClassName
{
border-color: #A66692;
}
.TagClassName
{
border-color: #A66692;
}
</style>