Shades of Mountbatten Pink #A26F93
Tints of Mountbatten Pink #A26F93
RGB
CMYK
RGB Variations
Color information
#A26F93 (or 0xA26F93) is known color: Mountbatten Pink. HEX triplet: A2, 6F and 93. RGB value is (162,111,147). Sum of RGB (Red+Green+Blue) = 162+111+147=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F93 is #5D906C. Grayscale: #828282. Windows color (decimal): -6131821 or 9662370. OLE color: 9662370.
HSL color Cylindrical-coordinate representation of color #A26F93: hue angle of 317.65º degrees, saturation: 0.22, 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 #A26F93 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 147 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.36 |
| HSL | 317.65º | 0.22% | 0.54% | - |
| HSV(B) | 317.65º | 0.31% | 0.64% | - |
| XYZ | 25.85 | 21.16 | 30.32 | - |
| YUV | 130.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 147 | 0 | 0.31 | 0.09 | 0.36 | 317.65 | 0.22 | 0.54 |
| Hex | A2 | 6F | 93 | 0 | 1F | 9 | 24 | 13E | 16 | 36 |
| Octal | 242 | 157 | 223 | 0 | 37 | 11 | 44 | 476 | 26 | 66 |
| Binary | 10100010 | 1101111 | 10010011 | 0 | 11111 | 1001 | 100100 | 100111110 | 10110 | 110110 |
Color Harmonies of #A26F93
Complementary color
Monochromatic Colors of #A26F93
Black with #A26F93
Text Example
Text Example
White with #A26F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F93; }
p { color: rgb(162,111,147); }
H1.HeaderClassName
{
color: #A26F93;
}
.AnyTagClassName
{
color: #A26F93;
}
</style>
background-color css
<style>
a { background-color: #A26F93; }
a { background-color: rgb(162,111,147); }
div.DivClassName
{
background-color: #A26F93;
}
.BgClassName
{
background-color: #A26F93;
}
</style>
border-color css
<style>
span { border-color: #A26F93; }
span { border-color: rgb(162,111,147); }
td.TdClassName
{
border-color: #A26F93;
}
.TagClassName
{
border-color: #A26F93;
}
</style>