Shades of Mountbatten Pink #A5758F
Tints of Mountbatten Pink #A5758F
RGB
CMYK
RGB Variations
Color information
#A5758F (or 0xA5758F) is known color: Mountbatten Pink. HEX triplet: A5, 75 and 8F. RGB value is (165,117,143). Sum of RGB (Red+Green+Blue) = 165+117+143=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5758F is #5A8A70. Grayscale: #868686. Windows color (decimal): -5933681 or 9401765. OLE color: 9401765.
HSL color Cylindrical-coordinate representation of color #A5758F: hue angle of 327.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5758F is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 117 | 143 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.35 |
| HSL | 327.5º | 0.21% | 0.55% | - |
| HSV(B) | 327.5º | 0.29% | 0.65% | - |
| XYZ | 26.84 | 22.71 | 28.95 | - |
| YUV | 134.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 143 | 0 | 0.29 | 0.13 | 0.35 | 327.5 | 0.21 | 0.55 |
| Hex | A5 | 75 | 8F | 0 | 1D | D | 23 | 148 | 15 | 37 |
| Octal | 245 | 165 | 217 | 0 | 35 | 15 | 43 | 510 | 25 | 67 |
| Binary | 10100101 | 1110101 | 10001111 | 0 | 11101 | 1101 | 100011 | 101001000 | 10101 | 110111 |
Color Harmonies of #A5758F
Complementary color
Monochromatic Colors of #A5758F
Black with #A5758F
Text Example
Text Example
White with #A5758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5758F; }
p { color: rgb(165,117,143); }
H1.HeaderClassName
{
color: #A5758F;
}
.AnyTagClassName
{
color: #A5758F;
}
</style>
background-color css
<style>
a { background-color: #A5758F; }
a { background-color: rgb(165,117,143); }
div.DivClassName
{
background-color: #A5758F;
}
.BgClassName
{
background-color: #A5758F;
}
</style>
border-color css
<style>
span { border-color: #A5758F; }
span { border-color: rgb(165,117,143); }
td.TdClassName
{
border-color: #A5758F;
}
.TagClassName
{
border-color: #A5758F;
}
</style>