Shades of Mountbatten Pink #A4758F
Tints of Mountbatten Pink #A4758F
RGB
CMYK
RGB Variations
Color information
#A4758F (or 0xA4758F) is known color: Mountbatten Pink. HEX triplet: A4, 75 and 8F. RGB value is (164,117,143). Sum of RGB (Red+Green+Blue) = 164+117+143=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4758F is #5B8A70. Grayscale: #858585. Windows color (decimal): -5999217 or 9401764. OLE color: 9401764.
HSL color Cylindrical-coordinate representation of color #A4758F: hue angle of 326.81º 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 #A4758F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 143 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.36 |
| HSL | 326.81º | 0.21% | 0.55% | - |
| HSV(B) | 326.81º | 0.29% | 0.64% | - |
| XYZ | 26.63 | 22.6 | 28.95 | - |
| YUV | 134.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 143 | 0 | 0.29 | 0.13 | 0.36 | 326.81 | 0.21 | 0.55 |
| Hex | A4 | 75 | 8F | 0 | 1D | D | 24 | 147 | 15 | 37 |
| Octal | 244 | 165 | 217 | 0 | 35 | 15 | 44 | 507 | 25 | 67 |
| Binary | 10100100 | 1110101 | 10001111 | 0 | 11101 | 1101 | 100100 | 101000111 | 10101 | 110111 |
Color Harmonies of #A4758F
Complementary color
Monochromatic Colors of #A4758F
Black with #A4758F
Text Example
Text Example
White with #A4758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4758F; }
p { color: rgb(164,117,143); }
H1.HeaderClassName
{
color: #A4758F;
}
.AnyTagClassName
{
color: #A4758F;
}
</style>
background-color css
<style>
a { background-color: #A4758F; }
a { background-color: rgb(164,117,143); }
div.DivClassName
{
background-color: #A4758F;
}
.BgClassName
{
background-color: #A4758F;
}
</style>
border-color css
<style>
span { border-color: #A4758F; }
span { border-color: rgb(164,117,143); }
td.TdClassName
{
border-color: #A4758F;
}
.TagClassName
{
border-color: #A4758F;
}
</style>