Shades of Mountbatten Pink #A46C90
Tints of Mountbatten Pink #A46C90
RGB
CMYK
RGB Variations
Color information
#A46C90 (or 0xA46C90) is known color: Mountbatten Pink. HEX triplet: A4, 6C and 90. RGB value is (164,108,144). Sum of RGB (Red+Green+Blue) = 164+108+144=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C90 is #5B936F. Grayscale: #808080. Windows color (decimal): -6001520 or 9464996. OLE color: 9464996.
HSL color Cylindrical-coordinate representation of color #A46C90: hue angle of 321.43º 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 #A46C90 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 144 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.36 |
| HSL | 321.43º | 0.24% | 0.53% | - |
| HSV(B) | 321.43º | 0.34% | 0.64% | - |
| XYZ | 25.71 | 20.63 | 29.01 | - |
| YUV | 128.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 144 | 0 | 0.34 | 0.12 | 0.36 | 321.43 | 0.24 | 0.53 |
| Hex | A4 | 6C | 90 | 0 | 22 | C | 24 | 141 | 18 | 35 |
| Octal | 244 | 154 | 220 | 0 | 42 | 14 | 44 | 501 | 30 | 65 |
| Binary | 10100100 | 1101100 | 10010000 | 0 | 100010 | 1100 | 100100 | 101000001 | 11000 | 110101 |
Color Harmonies of #A46C90
Complementary color
Monochromatic Colors of #A46C90
Black with #A46C90
Text Example
Text Example
White with #A46C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C90; }
p { color: rgb(164,108,144); }
H1.HeaderClassName
{
color: #A46C90;
}
.AnyTagClassName
{
color: #A46C90;
}
</style>
background-color css
<style>
a { background-color: #A46C90; }
a { background-color: rgb(164,108,144); }
div.DivClassName
{
background-color: #A46C90;
}
.BgClassName
{
background-color: #A46C90;
}
</style>
border-color css
<style>
span { border-color: #A46C90; }
span { border-color: rgb(164,108,144); }
td.TdClassName
{
border-color: #A46C90;
}
.TagClassName
{
border-color: #A46C90;
}
</style>