Shades of Mountbatten Pink #A4758C
Tints of Mountbatten Pink #A4758C
RGB
CMYK
RGB Variations
Color information
#A4758C (or 0xA4758C) is known color: Mountbatten Pink. HEX triplet: A4, 75 and 8C. RGB value is (164,117,140). Sum of RGB (Red+Green+Blue) = 164+117+140=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A4758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4758C is #5B8A73. Grayscale: #858585. Windows color (decimal): -5999220 or 9205156. OLE color: 9205156.
HSL color Cylindrical-coordinate representation of color #A4758C: hue angle of 330.64º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4758C is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 140 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.36 |
| HSL | 330.64º | 0.21% | 0.55% | - |
| HSV(B) | 330.64º | 0.29% | 0.64% | - |
| XYZ | 26.4 | 22.51 | 27.76 | - |
| YUV | 133.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 140 | 0 | 0.29 | 0.15 | 0.36 | 330.64 | 0.21 | 0.55 |
| Hex | A4 | 75 | 8C | 0 | 1D | F | 24 | 14B | 15 | 37 |
| Octal | 244 | 165 | 214 | 0 | 35 | 17 | 44 | 513 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10001100 | 0 | 11101 | 1111 | 100100 | 101001011 | 10101 | 110111 |
Color Harmonies of #A4758C
Complementary color
Monochromatic Colors of #A4758C
Black with #A4758C
Text Example
Text Example
White with #A4758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4758C; }
p { color: rgb(164,117,140); }
H1.HeaderClassName
{
color: #A4758C;
}
.AnyTagClassName
{
color: #A4758C;
}
</style>
background-color css
<style>
a { background-color: #A4758C; }
a { background-color: rgb(164,117,140); }
div.DivClassName
{
background-color: #A4758C;
}
.BgClassName
{
background-color: #A4758C;
}
</style>
border-color css
<style>
span { border-color: #A4758C; }
span { border-color: rgb(164,117,140); }
td.TdClassName
{
border-color: #A4758C;
}
.TagClassName
{
border-color: #A4758C;
}
</style>