Shades of Mountbatten Pink #A46D8B
Tints of Mountbatten Pink #A46D8B
RGB
CMYK
RGB Variations
Color information
#A46D8B (or 0xA46D8B) is known color: Mountbatten Pink. HEX triplet: A4, 6D and 8B. RGB value is (164,109,139). Sum of RGB (Red+Green+Blue) = 164+109+139=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46D8B is #5B9274. Grayscale: #808080. Windows color (decimal): -6001269 or 9137572. OLE color: 9137572.
HSL color Cylindrical-coordinate representation of color #A46D8B: hue angle of 327.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D8B is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 139 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.36 |
| HSL | 327.27º | 0.23% | 0.54% | - |
| HSV(B) | 327.27º | 0.34% | 0.64% | - |
| XYZ | 25.44 | 20.69 | 27.08 | - |
| YUV | 128.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 139 | 0 | 0.34 | 0.15 | 0.36 | 327.27 | 0.23 | 0.54 |
| Hex | A4 | 6D | 8B | 0 | 22 | F | 24 | 147 | 17 | 36 |
| Octal | 244 | 155 | 213 | 0 | 42 | 17 | 44 | 507 | 27 | 66 |
| Binary | 10100100 | 1101101 | 10001011 | 0 | 100010 | 1111 | 100100 | 101000111 | 10111 | 110110 |
Color Harmonies of #A46D8B
Complementary color
Monochromatic Colors of #A46D8B
Black with #A46D8B
Text Example
Text Example
White with #A46D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D8B; }
p { color: rgb(164,109,139); }
H1.HeaderClassName
{
color: #A46D8B;
}
.AnyTagClassName
{
color: #A46D8B;
}
</style>
background-color css
<style>
a { background-color: #A46D8B; }
a { background-color: rgb(164,109,139); }
div.DivClassName
{
background-color: #A46D8B;
}
.BgClassName
{
background-color: #A46D8B;
}
</style>
border-color css
<style>
span { border-color: #A46D8B; }
span { border-color: rgb(164,109,139); }
td.TdClassName
{
border-color: #A46D8B;
}
.TagClassName
{
border-color: #A46D8B;
}
</style>