Shades of Mountbatten Pink #A36D95
Tints of Mountbatten Pink #A36D95
RGB
CMYK
RGB Variations
Color information
#A36D95 (or 0xA36D95) is known color: Mountbatten Pink. HEX triplet: A3, 6D and 95. RGB value is (163,109,149). Sum of RGB (Red+Green+Blue) = 163+109+149=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36D95 is #5C926A. Grayscale: #818181. Windows color (decimal): -6066795 or 9792931. OLE color: 9792931.
HSL color Cylindrical-coordinate representation of color #A36D95: hue angle of 315.56º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36D95 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 149 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.36 |
| HSL | 315.56º | 0.23% | 0.53% | - |
| HSV(B) | 315.56º | 0.33% | 0.64% | - |
| XYZ | 26 | 20.89 | 31.1 | - |
| YUV | 129.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 149 | 0 | 0.33 | 0.09 | 0.36 | 315.56 | 0.23 | 0.53 |
| Hex | A3 | 6D | 95 | 0 | 21 | 9 | 24 | 13C | 17 | 35 |
| Octal | 243 | 155 | 225 | 0 | 41 | 11 | 44 | 474 | 27 | 65 |
| Binary | 10100011 | 1101101 | 10010101 | 0 | 100001 | 1001 | 100100 | 100111100 | 10111 | 110101 |
Color Harmonies of #A36D95
Complementary color
Monochromatic Colors of #A36D95
Black with #A36D95
Text Example
Text Example
White with #A36D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D95; }
p { color: rgb(163,109,149); }
H1.HeaderClassName
{
color: #A36D95;
}
.AnyTagClassName
{
color: #A36D95;
}
</style>
background-color css
<style>
a { background-color: #A36D95; }
a { background-color: rgb(163,109,149); }
div.DivClassName
{
background-color: #A36D95;
}
.BgClassName
{
background-color: #A36D95;
}
</style>
border-color css
<style>
span { border-color: #A36D95; }
span { border-color: rgb(163,109,149); }
td.TdClassName
{
border-color: #A36D95;
}
.TagClassName
{
border-color: #A36D95;
}
</style>