Shades of Mountbatten Pink #A46B8F
Tints of Mountbatten Pink #A46B8F
RGB
CMYK
RGB Variations
Color information
#A46B8F (or 0xA46B8F) is known color: Mountbatten Pink. HEX triplet: A4, 6B and 8F. RGB value is (164,107,143). Sum of RGB (Red+Green+Blue) = 164+107+143=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B8F is #5B9470. Grayscale: #808080. Windows color (decimal): -6001777 or 9399204. OLE color: 9399204.
HSL color Cylindrical-coordinate representation of color #A46B8F: hue angle of 322.11º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46B8F is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 143 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.36 |
| HSL | 322.11º | 0.24% | 0.53% | - |
| HSV(B) | 322.11º | 0.35% | 0.64% | - |
| XYZ | 25.53 | 20.39 | 28.58 | - |
| YUV | 128.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 143 | 0 | 0.35 | 0.13 | 0.36 | 322.11 | 0.24 | 0.53 |
| Hex | A4 | 6B | 8F | 0 | 23 | D | 24 | 142 | 18 | 35 |
| Octal | 244 | 153 | 217 | 0 | 43 | 15 | 44 | 502 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10001111 | 0 | 100011 | 1101 | 100100 | 101000010 | 11000 | 110101 |
Color Harmonies of #A46B8F
Complementary color
Monochromatic Colors of #A46B8F
Black with #A46B8F
Text Example
Text Example
White with #A46B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B8F; }
p { color: rgb(164,107,143); }
H1.HeaderClassName
{
color: #A46B8F;
}
.AnyTagClassName
{
color: #A46B8F;
}
</style>
background-color css
<style>
a { background-color: #A46B8F; }
a { background-color: rgb(164,107,143); }
div.DivClassName
{
background-color: #A46B8F;
}
.BgClassName
{
background-color: #A46B8F;
}
</style>
border-color css
<style>
span { border-color: #A46B8F; }
span { border-color: rgb(164,107,143); }
td.TdClassName
{
border-color: #A46B8F;
}
.TagClassName
{
border-color: #A46B8F;
}
</style>