Shades of Mountbatten Pink #A27B8B
Tints of Mountbatten Pink #A27B8B
RGB
CMYK
RGB Variations
Color information
#A27B8B (or 0xA27B8B) is known color: Mountbatten Pink. HEX triplet: A2, 7B and 8B. RGB value is (162,123,139). Sum of RGB (Red+Green+Blue) = 162+123+139=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B8B is #5D8474. Grayscale: #888888. Windows color (decimal): -6128757 or 9141154. OLE color: 9141154.
HSL color Cylindrical-coordinate representation of color #A27B8B: hue angle of 335.38º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A27B8B is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 139 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.36 |
| HSL | 335.38º | 0.17% | 0.56% | - |
| HSV(B) | 335.38º | 0.24% | 0.64% | - |
| XYZ | 26.64 | 23.71 | 27.6 | - |
| YUV | 136.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 139 | 0 | 0.24 | 0.14 | 0.36 | 335.38 | 0.17 | 0.56 |
| Hex | A2 | 7B | 8B | 0 | 18 | E | 24 | 14F | 11 | 38 |
| Octal | 242 | 173 | 213 | 0 | 30 | 16 | 44 | 517 | 21 | 70 |
| Binary | 10100010 | 1111011 | 10001011 | 0 | 11000 | 1110 | 100100 | 101001111 | 10001 | 111000 |
Color Harmonies of #A27B8B
Complementary color
Monochromatic Colors of #A27B8B
Black with #A27B8B
Text Example
Text Example
White with #A27B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B8B; }
p { color: rgb(162,123,139); }
H1.HeaderClassName
{
color: #A27B8B;
}
.AnyTagClassName
{
color: #A27B8B;
}
</style>
background-color css
<style>
a { background-color: #A27B8B; }
a { background-color: rgb(162,123,139); }
div.DivClassName
{
background-color: #A27B8B;
}
.BgClassName
{
background-color: #A27B8B;
}
</style>
border-color css
<style>
span { border-color: #A27B8B; }
span { border-color: rgb(162,123,139); }
td.TdClassName
{
border-color: #A27B8B;
}
.TagClassName
{
border-color: #A27B8B;
}
</style>