Shades of Mountbatten Pink #A27093
Tints of Mountbatten Pink #A27093
RGB
CMYK
RGB Variations
Color information
#A27093 (or 0xA27093) is known color: Mountbatten Pink. HEX triplet: A2, 70 and 93. RGB value is (162,112,147). Sum of RGB (Red+Green+Blue) = 162+112+147=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A27093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27093 is #5D8F6C. Grayscale: #828282. Windows color (decimal): -6131565 or 9662626. OLE color: 9662626.
HSL color Cylindrical-coordinate representation of color #A27093: hue angle of 318º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27093 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 147 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.36 |
| HSL | 318º | 0.21% | 0.54% | - |
| HSV(B) | 318º | 0.31% | 0.64% | - |
| XYZ | 25.96 | 21.38 | 30.36 | - |
| YUV | 130.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 147 | 0 | 0.31 | 0.09 | 0.36 | 318 | 0.21 | 0.54 |
| Hex | A2 | 70 | 93 | 0 | 1F | 9 | 24 | 13E | 15 | 36 |
| Octal | 242 | 160 | 223 | 0 | 37 | 11 | 44 | 476 | 25 | 66 |
| Binary | 10100010 | 1110000 | 10010011 | 0 | 11111 | 1001 | 100100 | 100111110 | 10101 | 110110 |
Color Harmonies of #A27093
Complementary color
Monochromatic Colors of #A27093
Black with #A27093
Text Example
Text Example
White with #A27093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27093; }
p { color: rgb(162,112,147); }
H1.HeaderClassName
{
color: #A27093;
}
.AnyTagClassName
{
color: #A27093;
}
</style>
background-color css
<style>
a { background-color: #A27093; }
a { background-color: rgb(162,112,147); }
div.DivClassName
{
background-color: #A27093;
}
.BgClassName
{
background-color: #A27093;
}
</style>
border-color css
<style>
span { border-color: #A27093; }
span { border-color: rgb(162,112,147); }
td.TdClassName
{
border-color: #A27093;
}
.TagClassName
{
border-color: #A27093;
}
</style>