Shades of Mountbatten Pink #A5748E
Tints of Mountbatten Pink #A5748E
RGB
CMYK
RGB Variations
Color information
#A5748E (or 0xA5748E) is known color: Mountbatten Pink. HEX triplet: A5, 74 and 8E. RGB value is (165,116,142). Sum of RGB (Red+Green+Blue) = 165+116+142=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5748E is #5A8B71. Grayscale: #858585. Windows color (decimal): -5933938 or 9335973. OLE color: 9335973.
HSL color Cylindrical-coordinate representation of color #A5748E: hue angle of 328.16º degrees, saturation: 0.21, 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 #A5748E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 116 | 142 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.35 |
| HSL | 328.16º | 0.21% | 0.55% | - |
| HSV(B) | 328.16º | 0.3% | 0.65% | - |
| XYZ | 26.64 | 22.44 | 28.52 | - |
| YUV | 133.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 142 | 0 | 0.30 | 0.14 | 0.35 | 328.16 | 0.21 | 0.55 |
| Hex | A5 | 74 | 8E | 0 | 1E | E | 23 | 148 | 15 | 37 |
| Octal | 245 | 164 | 216 | 0 | 36 | 16 | 43 | 510 | 25 | 67 |
| Binary | 10100101 | 1110100 | 10001110 | 0 | 11110 | 1110 | 100011 | 101001000 | 10101 | 110111 |
Color Harmonies of #A5748E
Complementary color
Monochromatic Colors of #A5748E
Black with #A5748E
Text Example
Text Example
White with #A5748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5748E; }
p { color: rgb(165,116,142); }
H1.HeaderClassName
{
color: #A5748E;
}
.AnyTagClassName
{
color: #A5748E;
}
</style>
background-color css
<style>
a { background-color: #A5748E; }
a { background-color: rgb(165,116,142); }
div.DivClassName
{
background-color: #A5748E;
}
.BgClassName
{
background-color: #A5748E;
}
</style>
border-color css
<style>
span { border-color: #A5748E; }
span { border-color: rgb(165,116,142); }
td.TdClassName
{
border-color: #A5748E;
}
.TagClassName
{
border-color: #A5748E;
}
</style>