Shades of Mountbatten Pink #A36E8F
Tints of Mountbatten Pink #A36E8F
RGB
CMYK
RGB Variations
Color information
#A36E8F (or 0xA36E8F) is known color: Mountbatten Pink. HEX triplet: A3, 6E and 8F. RGB value is (163,110,143). Sum of RGB (Red+Green+Blue) = 163+110+143=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36E8F is #5C9170. Grayscale: #818181. Windows color (decimal): -6066545 or 9399971. OLE color: 9399971.
HSL color Cylindrical-coordinate representation of color #A36E8F: hue angle of 322.64º 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 #A36E8F is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 143 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.36 |
| HSL | 322.64º | 0.22% | 0.54% | - |
| HSV(B) | 322.64º | 0.33% | 0.64% | - |
| XYZ | 25.64 | 20.92 | 28.67 | - |
| YUV | 129.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 143 | 0 | 0.33 | 0.12 | 0.36 | 322.64 | 0.22 | 0.54 |
| Hex | A3 | 6E | 8F | 0 | 21 | C | 24 | 143 | 16 | 36 |
| Octal | 243 | 156 | 217 | 0 | 41 | 14 | 44 | 503 | 26 | 66 |
| Binary | 10100011 | 1101110 | 10001111 | 0 | 100001 | 1100 | 100100 | 101000011 | 10110 | 110110 |
Color Harmonies of #A36E8F
Complementary color
Monochromatic Colors of #A36E8F
Black with #A36E8F
Text Example
Text Example
White with #A36E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E8F; }
p { color: rgb(163,110,143); }
H1.HeaderClassName
{
color: #A36E8F;
}
.AnyTagClassName
{
color: #A36E8F;
}
</style>
background-color css
<style>
a { background-color: #A36E8F; }
a { background-color: rgb(163,110,143); }
div.DivClassName
{
background-color: #A36E8F;
}
.BgClassName
{
background-color: #A36E8F;
}
</style>
border-color css
<style>
span { border-color: #A36E8F; }
span { border-color: rgb(163,110,143); }
td.TdClassName
{
border-color: #A36E8F;
}
.TagClassName
{
border-color: #A36E8F;
}
</style>