Shades of Mountbatten Pink #A26893
Tints of Mountbatten Pink #A26893
RGB
CMYK
RGB Variations
Color information
#A26893 (or 0xA26893) is known color: Mountbatten Pink. HEX triplet: A2, 68 and 93. RGB value is (162,104,147). Sum of RGB (Red+Green+Blue) = 162+104+147=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A26893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26893 is #5D976C. Grayscale: #7E7E7E. Windows color (decimal): -6133613 or 9660578. OLE color: 9660578.
HSL color Cylindrical-coordinate representation of color #A26893: hue angle of 315.52º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26893 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 147 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.36 |
| HSL | 315.52º | 0.24% | 0.52% | - |
| HSV(B) | 315.52º | 0.36% | 0.64% | - |
| XYZ | 25.12 | 19.69 | 30.08 | - |
| YUV | 126.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 147 | 0 | 0.36 | 0.09 | 0.36 | 315.52 | 0.24 | 0.52 |
| Hex | A2 | 68 | 93 | 0 | 24 | 9 | 24 | 13C | 18 | 34 |
| Octal | 242 | 150 | 223 | 0 | 44 | 11 | 44 | 474 | 30 | 64 |
| Binary | 10100010 | 1101000 | 10010011 | 0 | 100100 | 1001 | 100100 | 100111100 | 11000 | 110100 |
Color Harmonies of #A26893
Complementary color
Monochromatic Colors of #A26893
Black with #A26893
Text Example
Text Example
White with #A26893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26893; }
p { color: rgb(162,104,147); }
H1.HeaderClassName
{
color: #A26893;
}
.AnyTagClassName
{
color: #A26893;
}
</style>
background-color css
<style>
a { background-color: #A26893; }
a { background-color: rgb(162,104,147); }
div.DivClassName
{
background-color: #A26893;
}
.BgClassName
{
background-color: #A26893;
}
</style>
border-color css
<style>
span { border-color: #A26893; }
span { border-color: rgb(162,104,147); }
td.TdClassName
{
border-color: #A26893;
}
.TagClassName
{
border-color: #A26893;
}
</style>