Shades of Mountbatten Pink #A36F93
Tints of Mountbatten Pink #A36F93
RGB
CMYK
RGB Variations
Color information
#A36F93 (or 0xA36F93) is known color: Mountbatten Pink. HEX triplet: A3, 6F and 93. RGB value is (163,111,147). Sum of RGB (Red+Green+Blue) = 163+111+147=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36F93 is #5C906C. Grayscale: #828282. Windows color (decimal): -6066285 or 9662371. OLE color: 9662371.
HSL color Cylindrical-coordinate representation of color #A36F93: hue angle of 318.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A36F93 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 147 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.36 |
| HSL | 318.46º | 0.22% | 0.54% | - |
| HSV(B) | 318.46º | 0.32% | 0.64% | - |
| XYZ | 26.06 | 21.26 | 30.33 | - |
| YUV | 130.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 147 | 0 | 0.32 | 0.10 | 0.36 | 318.46 | 0.22 | 0.54 |
| Hex | A3 | 6F | 93 | 0 | 20 | A | 24 | 13E | 16 | 36 |
| Octal | 243 | 157 | 223 | 0 | 40 | 12 | 44 | 476 | 26 | 66 |
| Binary | 10100011 | 1101111 | 10010011 | 0 | 100000 | 1010 | 100100 | 100111110 | 10110 | 110110 |
Color Harmonies of #A36F93
Complementary color
Monochromatic Colors of #A36F93
Black with #A36F93
Text Example
Text Example
White with #A36F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F93; }
p { color: rgb(163,111,147); }
H1.HeaderClassName
{
color: #A36F93;
}
.AnyTagClassName
{
color: #A36F93;
}
</style>
background-color css
<style>
a { background-color: #A36F93; }
a { background-color: rgb(163,111,147); }
div.DivClassName
{
background-color: #A36F93;
}
.BgClassName
{
background-color: #A36F93;
}
</style>
border-color css
<style>
span { border-color: #A36F93; }
span { border-color: rgb(163,111,147); }
td.TdClassName
{
border-color: #A36F93;
}
.TagClassName
{
border-color: #A36F93;
}
</style>