Shades of Mountbatten Pink #A46B94
Tints of Mountbatten Pink #A46B94
RGB
CMYK
RGB Variations
Color information
#A46B94 (or 0xA46B94) is known color: Mountbatten Pink. HEX triplet: A4, 6B and 94. RGB value is (164,107,148). Sum of RGB (Red+Green+Blue) = 164+107+148=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46B94 is #5B946B. Grayscale: #808080. Windows color (decimal): -6001772 or 9726884. OLE color: 9726884.
HSL color Cylindrical-coordinate representation of color #A46B94: hue angle of 316.84º 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 #A46B94 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 107 | 148 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.36 |
| HSL | 316.84º | 0.24% | 0.53% | - |
| HSV(B) | 316.84º | 0.35% | 0.64% | - |
| XYZ | 25.91 | 20.55 | 30.62 | - |
| YUV | 128.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 148 | 0 | 0.35 | 0.10 | 0.36 | 316.84 | 0.24 | 0.53 |
| Hex | A4 | 6B | 94 | 0 | 23 | A | 24 | 13D | 18 | 35 |
| Octal | 244 | 153 | 224 | 0 | 43 | 12 | 44 | 475 | 30 | 65 |
| Binary | 10100100 | 1101011 | 10010100 | 0 | 100011 | 1010 | 100100 | 100111101 | 11000 | 110101 |
Color Harmonies of #A46B94
Complementary color
Monochromatic Colors of #A46B94
Black with #A46B94
Text Example
Text Example
White with #A46B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46B94; }
p { color: rgb(164,107,148); }
H1.HeaderClassName
{
color: #A46B94;
}
.AnyTagClassName
{
color: #A46B94;
}
</style>
background-color css
<style>
a { background-color: #A46B94; }
a { background-color: rgb(164,107,148); }
div.DivClassName
{
background-color: #A46B94;
}
.BgClassName
{
background-color: #A46B94;
}
</style>
border-color css
<style>
span { border-color: #A46B94; }
span { border-color: rgb(164,107,148); }
td.TdClassName
{
border-color: #A46B94;
}
.TagClassName
{
border-color: #A46B94;
}
</style>