Shades of Mountbatten Pink #A46C8F
Tints of Mountbatten Pink #A46C8F
RGB
CMYK
RGB Variations
Color information
#A46C8F (or 0xA46C8F) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 8F. RGB value is (164,108,143). Sum of RGB (Red+Green+Blue) = 164+108+143=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C8F is #5B9370. Grayscale: #808080. Windows color (decimal): -6001521 or 9399460. OLE color: 9399460.
HSL color Cylindrical-coordinate representation of color #A46C8F: hue angle of 322.5º 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 #A46C8F is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 143 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.36 |
| HSL | 322.5º | 0.24% | 0.53% | - |
| HSV(B) | 322.5º | 0.34% | 0.64% | - |
| XYZ | 25.63 | 20.6 | 28.61 | - |
| YUV | 128.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 143 | 0 | 0.34 | 0.13 | 0.36 | 322.5 | 0.24 | 0.53 |
| Hex | A4 | 6C | 8F | 0 | 22 | D | 24 | 142 | 18 | 35 |
| Octal | 244 | 154 | 217 | 0 | 42 | 15 | 44 | 502 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10001111 | 0 | 100010 | 1101 | 100100 | 101000010 | 11000 | 110101 |
Color Harmonies of #A46C8F
Complementary color
Monochromatic Colors of #A46C8F
Black with #A46C8F
Text Example
Text Example
White with #A46C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C8F; }
p { color: rgb(164,108,143); }
H1.HeaderClassName
{
color: #A46C8F;
}
.AnyTagClassName
{
color: #A46C8F;
}
</style>
background-color css
<style>
a { background-color: #A46C8F; }
a { background-color: rgb(164,108,143); }
div.DivClassName
{
background-color: #A46C8F;
}
.BgClassName
{
background-color: #A46C8F;
}
</style>
border-color css
<style>
span { border-color: #A46C8F; }
span { border-color: rgb(164,108,143); }
td.TdClassName
{
border-color: #A46C8F;
}
.TagClassName
{
border-color: #A46C8F;
}
</style>