Shades of Mountbatten Pink #A46A90
Tints of Mountbatten Pink #A46A90
RGB
CMYK
RGB Variations
Color information
#A46A90 (or 0xA46A90) is known color: Mountbatten Pink. HEX triplet: A4, 6A and 90. RGB value is (164,106,144). Sum of RGB (Red+Green+Blue) = 164+106+144=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A90 is #5B956F. Grayscale: #7F7F7F. Windows color (decimal): -6002032 or 9464484. OLE color: 9464484.
HSL color Cylindrical-coordinate representation of color #A46A90: hue angle of 320.69º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A90 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 144 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.36 |
| HSL | 320.69º | 0.24% | 0.53% | - |
| HSV(B) | 320.69º | 0.35% | 0.64% | - |
| XYZ | 25.5 | 20.21 | 28.94 | - |
| YUV | 127.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 144 | 0 | 0.35 | 0.12 | 0.36 | 320.69 | 0.24 | 0.53 |
| Hex | A4 | 6A | 90 | 0 | 23 | C | 24 | 141 | 18 | 35 |
| Octal | 244 | 152 | 220 | 0 | 43 | 14 | 44 | 501 | 30 | 65 |
| Binary | 10100100 | 1101010 | 10010000 | 0 | 100011 | 1100 | 100100 | 101000001 | 11000 | 110101 |
Color Harmonies of #A46A90
Complementary color
Monochromatic Colors of #A46A90
Black with #A46A90
Text Example
Text Example
White with #A46A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A90; }
p { color: rgb(164,106,144); }
H1.HeaderClassName
{
color: #A46A90;
}
.AnyTagClassName
{
color: #A46A90;
}
</style>
background-color css
<style>
a { background-color: #A46A90; }
a { background-color: rgb(164,106,144); }
div.DivClassName
{
background-color: #A46A90;
}
.BgClassName
{
background-color: #A46A90;
}
</style>
border-color css
<style>
span { border-color: #A46A90; }
span { border-color: rgb(164,106,144); }
td.TdClassName
{
border-color: #A46A90;
}
.TagClassName
{
border-color: #A46A90;
}
</style>