Shades of Mountbatten Pink #A46C8D
Tints of Mountbatten Pink #A46C8D
RGB
CMYK
RGB Variations
Color information
#A46C8D (or 0xA46C8D) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 8D. RGB value is (164,108,141). Sum of RGB (Red+Green+Blue) = 164+108+141=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C8D is #5B9372. Grayscale: #808080. Windows color (decimal): -6001523 or 9268388. OLE color: 9268388.
HSL color Cylindrical-coordinate representation of color #A46C8D: hue angle of 324.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46C8D is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 141 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.36 |
| HSL | 324.64º | 0.24% | 0.53% | - |
| HSV(B) | 324.64º | 0.34% | 0.64% | - |
| XYZ | 25.48 | 20.54 | 27.82 | - |
| YUV | 128.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 141 | 0 | 0.34 | 0.14 | 0.36 | 324.64 | 0.24 | 0.53 |
| Hex | A4 | 6C | 8D | 0 | 22 | E | 24 | 145 | 18 | 35 |
| Octal | 244 | 154 | 215 | 0 | 42 | 16 | 44 | 505 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10001101 | 0 | 100010 | 1110 | 100100 | 101000101 | 11000 | 110101 |
Color Harmonies of #A46C8D
Complementary color
Monochromatic Colors of #A46C8D
Black with #A46C8D
Text Example
Text Example
White with #A46C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C8D; }
p { color: rgb(164,108,141); }
H1.HeaderClassName
{
color: #A46C8D;
}
.AnyTagClassName
{
color: #A46C8D;
}
</style>
background-color css
<style>
a { background-color: #A46C8D; }
a { background-color: rgb(164,108,141); }
div.DivClassName
{
background-color: #A46C8D;
}
.BgClassName
{
background-color: #A46C8D;
}
</style>
border-color css
<style>
span { border-color: #A46C8D; }
span { border-color: rgb(164,108,141); }
td.TdClassName
{
border-color: #A46C8D;
}
.TagClassName
{
border-color: #A46C8D;
}
</style>