Shades of Mountbatten Pink #A36A91
Tints of Mountbatten Pink #A36A91
RGB
CMYK
RGB Variations
Color information
#A36A91 (or 0xA36A91) is known color: Mountbatten Pink. HEX triplet: A3, 6A and 91. RGB value is (163,106,145). Sum of RGB (Red+Green+Blue) = 163+106+145=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36A91 is #5C956E. Grayscale: #7F7F7F. Windows color (decimal): -6067567 or 9530019. OLE color: 9530019.
HSL color Cylindrical-coordinate representation of color #A36A91: hue angle of 318.95º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36A91 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 106 | 145 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.36 |
| HSL | 318.95º | 0.24% | 0.53% | - |
| HSV(B) | 318.95º | 0.35% | 0.64% | - |
| XYZ | 25.37 | 20.14 | 29.34 | - |
| YUV | 127.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 145 | 0 | 0.35 | 0.11 | 0.36 | 318.95 | 0.24 | 0.53 |
| Hex | A3 | 6A | 91 | 0 | 23 | B | 24 | 13F | 18 | 35 |
| Octal | 243 | 152 | 221 | 0 | 43 | 13 | 44 | 477 | 30 | 65 |
| Binary | 10100011 | 1101010 | 10010001 | 0 | 100011 | 1011 | 100100 | 100111111 | 11000 | 110101 |
Color Harmonies of #A36A91
Complementary color
Monochromatic Colors of #A36A91
Black with #A36A91
Text Example
Text Example
White with #A36A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36A91; }
p { color: rgb(163,106,145); }
H1.HeaderClassName
{
color: #A36A91;
}
.AnyTagClassName
{
color: #A36A91;
}
</style>
background-color css
<style>
a { background-color: #A36A91; }
a { background-color: rgb(163,106,145); }
div.DivClassName
{
background-color: #A36A91;
}
.BgClassName
{
background-color: #A36A91;
}
</style>
border-color css
<style>
span { border-color: #A36A91; }
span { border-color: rgb(163,106,145); }
td.TdClassName
{
border-color: #A36A91;
}
.TagClassName
{
border-color: #A36A91;
}
</style>