Shades of Mountbatten Pink #A5738C
Tints of Mountbatten Pink #A5738C
RGB
CMYK
RGB Variations
Color information
#A5738C (or 0xA5738C) is known color: Mountbatten Pink. HEX triplet: A5, 73 and 8C. RGB value is (165,115,140). Sum of RGB (Red+Green+Blue) = 165+115+140=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5738C is #5A8C73. Grayscale: #848484. Windows color (decimal): -5934196 or 9204645. OLE color: 9204645.
HSL color Cylindrical-coordinate representation of color #A5738C: hue angle of 330º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5738C is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 115 | 140 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.35 |
| HSL | 330º | 0.22% | 0.55% | - |
| HSV(B) | 330º | 0.3% | 0.65% | - |
| XYZ | 26.38 | 22.15 | 27.7 | - |
| YUV | 132.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 140 | 0 | 0.30 | 0.15 | 0.35 | 330 | 0.22 | 0.55 |
| Hex | A5 | 73 | 8C | 0 | 1E | F | 23 | 14A | 16 | 37 |
| Octal | 245 | 163 | 214 | 0 | 36 | 17 | 43 | 512 | 26 | 67 |
| Binary | 10100101 | 1110011 | 10001100 | 0 | 11110 | 1111 | 100011 | 101001010 | 10110 | 110111 |
Color Harmonies of #A5738C
Complementary color
Monochromatic Colors of #A5738C
Black with #A5738C
Text Example
Text Example
White with #A5738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5738C; }
p { color: rgb(165,115,140); }
H1.HeaderClassName
{
color: #A5738C;
}
.AnyTagClassName
{
color: #A5738C;
}
</style>
background-color css
<style>
a { background-color: #A5738C; }
a { background-color: rgb(165,115,140); }
div.DivClassName
{
background-color: #A5738C;
}
.BgClassName
{
background-color: #A5738C;
}
</style>
border-color css
<style>
span { border-color: #A5738C; }
span { border-color: rgb(165,115,140); }
td.TdClassName
{
border-color: #A5738C;
}
.TagClassName
{
border-color: #A5738C;
}
</style>