Shades of Mountbatten Pink #A46F8C
Tints of Mountbatten Pink #A46F8C
RGB
CMYK
RGB Variations
Color information
#A46F8C (or 0xA46F8C) is known color: Mountbatten Pink. HEX triplet: A4, 6F and 8C. RGB value is (164,111,140). Sum of RGB (Red+Green+Blue) = 164+111+140=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F8C is #5B9073. Grayscale: #828282. Windows color (decimal): -6000756 or 9203620. OLE color: 9203620.
HSL color Cylindrical-coordinate representation of color #A46F8C: hue angle of 327.17º 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 #A46F8C is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 140 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.36 |
| HSL | 327.17º | 0.23% | 0.54% | - |
| HSV(B) | 327.17º | 0.32% | 0.64% | - |
| XYZ | 25.73 | 21.15 | 27.54 | - |
| YUV | 130.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 140 | 0 | 0.32 | 0.15 | 0.36 | 327.17 | 0.23 | 0.54 |
| Hex | A4 | 6F | 8C | 0 | 20 | F | 24 | 147 | 17 | 36 |
| Octal | 244 | 157 | 214 | 0 | 40 | 17 | 44 | 507 | 27 | 66 |
| Binary | 10100100 | 1101111 | 10001100 | 0 | 100000 | 1111 | 100100 | 101000111 | 10111 | 110110 |
Color Harmonies of #A46F8C
Complementary color
Monochromatic Colors of #A46F8C
Black with #A46F8C
Text Example
Text Example
White with #A46F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F8C; }
p { color: rgb(164,111,140); }
H1.HeaderClassName
{
color: #A46F8C;
}
.AnyTagClassName
{
color: #A46F8C;
}
</style>
background-color css
<style>
a { background-color: #A46F8C; }
a { background-color: rgb(164,111,140); }
div.DivClassName
{
background-color: #A46F8C;
}
.BgClassName
{
background-color: #A46F8C;
}
</style>
border-color css
<style>
span { border-color: #A46F8C; }
span { border-color: rgb(164,111,140); }
td.TdClassName
{
border-color: #A46F8C;
}
.TagClassName
{
border-color: #A46F8C;
}
</style>