Shades of Mountbatten Pink #A56893
Tints of Mountbatten Pink #A56893
RGB
CMYK
RGB Variations
Color information
#A56893 (or 0xA56893) is known color: Mountbatten Pink. HEX triplet: A5, 68 and 93. RGB value is (165,104,147). Sum of RGB (Red+Green+Blue) = 165+104+147=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A56893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56893 is #5A976C. Grayscale: #7F7F7F. Windows color (decimal): -5937005 or 9660581. OLE color: 9660581.
HSL color Cylindrical-coordinate representation of color #A56893: hue angle of 317.7º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A56893 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 104 | 147 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.35 |
| HSL | 317.7º | 0.25% | 0.53% | - |
| HSV(B) | 317.7º | 0.37% | 0.65% | - |
| XYZ | 25.73 | 20.01 | 30.11 | - |
| YUV | 127.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 104 | 147 | 0 | 0.37 | 0.11 | 0.35 | 317.7 | 0.25 | 0.53 |
| Hex | A5 | 68 | 93 | 0 | 25 | B | 23 | 13E | 19 | 35 |
| Octal | 245 | 150 | 223 | 0 | 45 | 13 | 43 | 476 | 31 | 65 |
| Binary | 10100101 | 1101000 | 10010011 | 0 | 100101 | 1011 | 100011 | 100111110 | 11001 | 110101 |
Color Harmonies of #A56893
Complementary color
Monochromatic Colors of #A56893
Black with #A56893
Text Example
Text Example
White with #A56893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56893; }
p { color: rgb(165,104,147); }
H1.HeaderClassName
{
color: #A56893;
}
.AnyTagClassName
{
color: #A56893;
}
</style>
background-color css
<style>
a { background-color: #A56893; }
a { background-color: rgb(165,104,147); }
div.DivClassName
{
background-color: #A56893;
}
.BgClassName
{
background-color: #A56893;
}
</style>
border-color css
<style>
span { border-color: #A56893; }
span { border-color: rgb(165,104,147); }
td.TdClassName
{
border-color: #A56893;
}
.TagClassName
{
border-color: #A56893;
}
</style>