Shades of Mountbatten Pink #A26993
Tints of Mountbatten Pink #A26993
RGB
CMYK
RGB Variations
Color information
#A26993 (or 0xA26993) is known color: Mountbatten Pink. HEX triplet: A2, 69 and 93. RGB value is (162,105,147). Sum of RGB (Red+Green+Blue) = 162+105+147=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26993 is #5D966C. Grayscale: #7E7E7E. Windows color (decimal): -6133357 or 9660834. OLE color: 9660834.
HSL color Cylindrical-coordinate representation of color #A26993: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A26993 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 105 | 147 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.36 |
| HSL | 315.79º | 0.23% | 0.52% | - |
| HSV(B) | 315.79º | 0.35% | 0.64% | - |
| XYZ | 25.22 | 19.89 | 30.11 | - |
| YUV | 126.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 147 | 0 | 0.35 | 0.09 | 0.36 | 315.79 | 0.23 | 0.52 |
| Hex | A2 | 69 | 93 | 0 | 23 | 9 | 24 | 13C | 17 | 34 |
| Octal | 242 | 151 | 223 | 0 | 43 | 11 | 44 | 474 | 27 | 64 |
| Binary | 10100010 | 1101001 | 10010011 | 0 | 100011 | 1001 | 100100 | 100111100 | 10111 | 110100 |
Color Harmonies of #A26993
Complementary color
Monochromatic Colors of #A26993
Black with #A26993
Text Example
Text Example
White with #A26993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26993; }
p { color: rgb(162,105,147); }
H1.HeaderClassName
{
color: #A26993;
}
.AnyTagClassName
{
color: #A26993;
}
</style>
background-color css
<style>
a { background-color: #A26993; }
a { background-color: rgb(162,105,147); }
div.DivClassName
{
background-color: #A26993;
}
.BgClassName
{
background-color: #A26993;
}
</style>
border-color css
<style>
span { border-color: #A26993; }
span { border-color: rgb(162,105,147); }
td.TdClassName
{
border-color: #A26993;
}
.TagClassName
{
border-color: #A26993;
}
</style>