Shades of Mountbatten Pink #A46B95
Tints of Mountbatten Pink #A46B95
RGB
CMYK
RGB Variations
Color information
#A46B95 (or 0xA46B95) is known color: Mountbatten Pink. HEX triplet: A4, 6B and 95. RGB value is (164,107,149). Sum of RGB (Red+Green+Blue) = 164+107+149=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B95 is #5B946A. Grayscale: #808080. Windows color (decimal): -6001771 or 9792420. OLE color: 9792420.
HSL color Cylindrical-coordinate representation of color #A46B95: hue angle of 315.79º 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 #A46B95 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 149 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.36 |
| HSL | 315.79º | 0.24% | 0.53% | - |
| HSV(B) | 315.79º | 0.35% | 0.64% | - |
| XYZ | 25.99 | 20.58 | 31.04 | - |
| YUV | 128.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 149 | 0 | 0.35 | 0.09 | 0.36 | 315.79 | 0.24 | 0.53 |
| Hex | A4 | 6B | 95 | 0 | 23 | 9 | 24 | 13C | 18 | 35 |
| Octal | 244 | 153 | 225 | 0 | 43 | 11 | 44 | 474 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10010101 | 0 | 100011 | 1001 | 100100 | 100111100 | 11000 | 110101 |
Color Harmonies of #A46B95
Complementary color
Monochromatic Colors of #A46B95
Black with #A46B95
Text Example
Text Example
White with #A46B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B95; }
p { color: rgb(164,107,149); }
H1.HeaderClassName
{
color: #A46B95;
}
.AnyTagClassName
{
color: #A46B95;
}
</style>
background-color css
<style>
a { background-color: #A46B95; }
a { background-color: rgb(164,107,149); }
div.DivClassName
{
background-color: #A46B95;
}
.BgClassName
{
background-color: #A46B95;
}
</style>
border-color css
<style>
span { border-color: #A46B95; }
span { border-color: rgb(164,107,149); }
td.TdClassName
{
border-color: #A46B95;
}
.TagClassName
{
border-color: #A46B95;
}
</style>