Shades of Mountbatten Pink #A36E92
Tints of Mountbatten Pink #A36E92
RGB
CMYK
RGB Variations
Color information
#A36E92 (or 0xA36E92) is known color: Mountbatten Pink. HEX triplet: A3, 6E and 92. RGB value is (163,110,146). Sum of RGB (Red+Green+Blue) = 163+110+146=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E92 is #5C916D. Grayscale: #818181. Windows color (decimal): -6066542 or 9596579. OLE color: 9596579.
HSL color Cylindrical-coordinate representation of color #A36E92: hue angle of 319.25º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36E92 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 146 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.36 |
| HSL | 319.25º | 0.22% | 0.54% | - |
| HSV(B) | 319.25º | 0.33% | 0.64% | - |
| XYZ | 25.87 | 21.01 | 29.89 | - |
| YUV | 129.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 146 | 0 | 0.33 | 0.10 | 0.36 | 319.25 | 0.22 | 0.54 |
| Hex | A3 | 6E | 92 | 0 | 21 | A | 24 | 13F | 16 | 36 |
| Octal | 243 | 156 | 222 | 0 | 41 | 12 | 44 | 477 | 26 | 66 |
| Binary | 10100011 | 1101110 | 10010010 | 0 | 100001 | 1010 | 100100 | 100111111 | 10110 | 110110 |
Color Harmonies of #A36E92
Complementary color
Monochromatic Colors of #A36E92
Black with #A36E92
Text Example
Text Example
White with #A36E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E92; }
p { color: rgb(163,110,146); }
H1.HeaderClassName
{
color: #A36E92;
}
.AnyTagClassName
{
color: #A36E92;
}
</style>
background-color css
<style>
a { background-color: #A36E92; }
a { background-color: rgb(163,110,146); }
div.DivClassName
{
background-color: #A36E92;
}
.BgClassName
{
background-color: #A36E92;
}
</style>
border-color css
<style>
span { border-color: #A36E92; }
span { border-color: rgb(163,110,146); }
td.TdClassName
{
border-color: #A36E92;
}
.TagClassName
{
border-color: #A36E92;
}
</style>