Shades of Mountbatten Pink #A27593
Tints of Mountbatten Pink #A27593
RGB
CMYK
RGB Variations
Color information
#A27593 (or 0xA27593) is known color: Mountbatten Pink. HEX triplet: A2, 75 and 93. RGB value is (162,117,147). Sum of RGB (Red+Green+Blue) = 162+117+147=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27593 is #5D8A6C. Grayscale: #858585. Windows color (decimal): -6130285 or 9663906. OLE color: 9663906.
HSL color Cylindrical-coordinate representation of color #A27593: hue angle of 320º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27593 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 117 | 147 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.36 |
| HSL | 320º | 0.19% | 0.55% | - |
| HSV(B) | 320º | 0.28% | 0.64% | - |
| XYZ | 26.53 | 22.51 | 30.55 | - |
| YUV | 133.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 117 | 147 | 0 | 0.28 | 0.09 | 0.36 | 320 | 0.19 | 0.55 |
| Hex | A2 | 75 | 93 | 0 | 1C | 9 | 24 | 140 | 13 | 37 |
| Octal | 242 | 165 | 223 | 0 | 34 | 11 | 44 | 500 | 23 | 67 |
| Binary | 10100010 | 1110101 | 10010011 | 0 | 11100 | 1001 | 100100 | 101000000 | 10011 | 110111 |
Color Harmonies of #A27593
Complementary color
Monochromatic Colors of #A27593
Black with #A27593
Text Example
Text Example
White with #A27593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27593; }
p { color: rgb(162,117,147); }
H1.HeaderClassName
{
color: #A27593;
}
.AnyTagClassName
{
color: #A27593;
}
</style>
background-color css
<style>
a { background-color: #A27593; }
a { background-color: rgb(162,117,147); }
div.DivClassName
{
background-color: #A27593;
}
.BgClassName
{
background-color: #A27593;
}
</style>
border-color css
<style>
span { border-color: #A27593; }
span { border-color: rgb(162,117,147); }
td.TdClassName
{
border-color: #A27593;
}
.TagClassName
{
border-color: #A27593;
}
</style>