Shades of Mountbatten Pink #A36E8B
Tints of Mountbatten Pink #A36E8B
RGB
CMYK
RGB Variations
Color information
#A36E8B (or 0xA36E8B) is known color: Mountbatten Pink. HEX triplet: A3, 6E and 8B. RGB value is (163,110,139). Sum of RGB (Red+Green+Blue) = 163+110+139=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E8B is #5C9174. Grayscale: #818181. Windows color (decimal): -6066549 or 9137827. OLE color: 9137827.
HSL color Cylindrical-coordinate representation of color #A36E8B: hue angle of 327.17º 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 #A36E8B is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 139 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.36 |
| HSL | 327.17º | 0.22% | 0.54% | - |
| HSV(B) | 327.17º | 0.33% | 0.64% | - |
| XYZ | 25.34 | 20.8 | 27.11 | - |
| YUV | 129.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 139 | 0 | 0.33 | 0.15 | 0.36 | 327.17 | 0.22 | 0.54 |
| Hex | A3 | 6E | 8B | 0 | 21 | F | 24 | 147 | 16 | 36 |
| Octal | 243 | 156 | 213 | 0 | 41 | 17 | 44 | 507 | 26 | 66 |
| Binary | 10100011 | 1101110 | 10001011 | 0 | 100001 | 1111 | 100100 | 101000111 | 10110 | 110110 |
Color Harmonies of #A36E8B
Complementary color
Monochromatic Colors of #A36E8B
Black with #A36E8B
Text Example
Text Example
White with #A36E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E8B; }
p { color: rgb(163,110,139); }
H1.HeaderClassName
{
color: #A36E8B;
}
.AnyTagClassName
{
color: #A36E8B;
}
</style>
background-color css
<style>
a { background-color: #A36E8B; }
a { background-color: rgb(163,110,139); }
div.DivClassName
{
background-color: #A36E8B;
}
.BgClassName
{
background-color: #A36E8B;
}
</style>
border-color css
<style>
span { border-color: #A36E8B; }
span { border-color: rgb(163,110,139); }
td.TdClassName
{
border-color: #A36E8B;
}
.TagClassName
{
border-color: #A36E8B;
}
</style>