Shades of Mountbatten Pink #A46C91
Tints of Mountbatten Pink #A46C91
RGB
CMYK
RGB Variations
Color information
#A46C91 (or 0xA46C91) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 91. RGB value is (164,108,145). Sum of RGB (Red+Green+Blue) = 164+108+145=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C91 is #5B936E. Grayscale: #808080. Windows color (decimal): -6001519 or 9530532. OLE color: 9530532.
HSL color Cylindrical-coordinate representation of color #A46C91: hue angle of 320.36º 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 #A46C91 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 145 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.36 |
| HSL | 320.36º | 0.24% | 0.53% | - |
| HSV(B) | 320.36º | 0.34% | 0.64% | - |
| XYZ | 25.78 | 20.66 | 29.42 | - |
| YUV | 128.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 145 | 0 | 0.34 | 0.12 | 0.36 | 320.36 | 0.24 | 0.53 |
| Hex | A4 | 6C | 91 | 0 | 22 | C | 24 | 140 | 18 | 35 |
| Octal | 244 | 154 | 221 | 0 | 42 | 14 | 44 | 500 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10010001 | 0 | 100010 | 1100 | 100100 | 101000000 | 11000 | 110101 |
Color Harmonies of #A46C91
Complementary color
Monochromatic Colors of #A46C91
Black with #A46C91
Text Example
Text Example
White with #A46C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C91; }
p { color: rgb(164,108,145); }
H1.HeaderClassName
{
color: #A46C91;
}
.AnyTagClassName
{
color: #A46C91;
}
</style>
background-color css
<style>
a { background-color: #A46C91; }
a { background-color: rgb(164,108,145); }
div.DivClassName
{
background-color: #A46C91;
}
.BgClassName
{
background-color: #A46C91;
}
</style>
border-color css
<style>
span { border-color: #A46C91; }
span { border-color: rgb(164,108,145); }
td.TdClassName
{
border-color: #A46C91;
}
.TagClassName
{
border-color: #A46C91;
}
</style>