Shades of Mountbatten Pink #A5768B
Tints of Mountbatten Pink #A5768B
RGB
CMYK
RGB Variations
Color information
#A5768B (or 0xA5768B) is known color: Mountbatten Pink. HEX triplet: A5, 76 and 8B. RGB value is (165,118,139). Sum of RGB (Red+Green+Blue) = 165+118+139=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5768B is #5A8974. Grayscale: #868686. Windows color (decimal): -5933429 or 9139877. OLE color: 9139877.
HSL color Cylindrical-coordinate representation of color #A5768B: hue angle of 333.19º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5768B is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 118 | 139 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.35 |
| HSL | 333.19º | 0.21% | 0.55% | - |
| HSV(B) | 333.19º | 0.28% | 0.65% | - |
| XYZ | 26.66 | 22.82 | 27.43 | - |
| YUV | 134.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 139 | 0 | 0.28 | 0.16 | 0.35 | 333.19 | 0.21 | 0.55 |
| Hex | A5 | 76 | 8B | 0 | 1C | 10 | 23 | 14D | 15 | 37 |
| Octal | 245 | 166 | 213 | 0 | 34 | 20 | 43 | 515 | 25 | 67 |
| Binary | 10100101 | 1110110 | 10001011 | 0 | 11100 | 10000 | 100011 | 101001101 | 10101 | 110111 |
Color Harmonies of #A5768B
Complementary color
Monochromatic Colors of #A5768B
Black with #A5768B
Text Example
Text Example
White with #A5768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5768B; }
p { color: rgb(165,118,139); }
H1.HeaderClassName
{
color: #A5768B;
}
.AnyTagClassName
{
color: #A5768B;
}
</style>
background-color css
<style>
a { background-color: #A5768B; }
a { background-color: rgb(165,118,139); }
div.DivClassName
{
background-color: #A5768B;
}
.BgClassName
{
background-color: #A5768B;
}
</style>
border-color css
<style>
span { border-color: #A5768B; }
span { border-color: rgb(165,118,139); }
td.TdClassName
{
border-color: #A5768B;
}
.TagClassName
{
border-color: #A5768B;
}
</style>