Shades of Mountbatten Pink #A46F90
Tints of Mountbatten Pink #A46F90
RGB
CMYK
RGB Variations
Color information
#A46F90 (or 0xA46F90) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 90. RGB value is (164,111,144). Sum of RGB (Red+Green+Blue) = 164+111+144=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F90 is #5B906F. Grayscale: #828282. Windows color (decimal): -6000752 or 9465764. OLE color: 9465764.
HSL color Cylindrical-coordinate representation of color #A46F90: hue angle of 322.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F90 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 144 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.36 |
| HSL | 322.64º | 0.23% | 0.54% | - |
| HSV(B) | 322.64º | 0.32% | 0.64% | - |
| XYZ | 26.03 | 21.28 | 29.12 | - |
| YUV | 130.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 144 | 0 | 0.32 | 0.12 | 0.36 | 322.64 | 0.23 | 0.54 |
| Hex | A4 | 6F | 90 | 0 | 20 | C | 24 | 143 | 17 | 36 |
| Octal | 244 | 157 | 220 | 0 | 40 | 14 | 44 | 503 | 27 | 66 |
| Binary | 10100100 | 1101111 | 10010000 | 0 | 100000 | 1100 | 100100 | 101000011 | 10111 | 110110 |
Color Harmonies of #A46F90
Complementary color
Monochromatic Colors of #A46F90
Black with #A46F90
Text Example
Text Example
White with #A46F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F90; }
p { color: rgb(164,111,144); }
H1.HeaderClassName
{
color: #A46F90;
}
.AnyTagClassName
{
color: #A46F90;
}
</style>
background-color css
<style>
a { background-color: #A46F90; }
a { background-color: rgb(164,111,144); }
div.DivClassName
{
background-color: #A46F90;
}
.BgClassName
{
background-color: #A46F90;
}
</style>
border-color css
<style>
span { border-color: #A46F90; }
span { border-color: rgb(164,111,144); }
td.TdClassName
{
border-color: #A46F90;
}
.TagClassName
{
border-color: #A46F90;
}
</style>