Shades of Mountbatten Pink #A26C92
Tints of Mountbatten Pink #A26C92
RGB
CMYK
RGB Variations
Color information
#A26C92 (or 0xA26C92) is known color: Mountbatten Pink. HEX triplet: A2, 6C and 92. RGB value is (162,108,146). Sum of RGB (Red+Green+Blue) = 162+108+146=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26C92 is #5D936D. Grayscale: #808080. Windows color (decimal): -6132590 or 9596066. OLE color: 9596066.
HSL color Cylindrical-coordinate representation of color #A26C92: hue angle of 317.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A26C92 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 146 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.36 |
| HSL | 317.78º | 0.23% | 0.53% | - |
| HSV(B) | 317.78º | 0.33% | 0.64% | - |
| XYZ | 25.45 | 20.48 | 29.81 | - |
| YUV | 128.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 146 | 0 | 0.33 | 0.10 | 0.36 | 317.78 | 0.23 | 0.53 |
| Hex | A2 | 6C | 92 | 0 | 21 | A | 24 | 13E | 16 | 35 |
| Octal | 242 | 154 | 222 | 0 | 41 | 12 | 44 | 476 | 26 | 65 |
| Binary | 10100010 | 1101100 | 10010010 | 0 | 100001 | 1010 | 100100 | 100111110 | 10110 | 110101 |
Color Harmonies of #A26C92
Complementary color
Monochromatic Colors of #A26C92
Black with #A26C92
Text Example
Text Example
White with #A26C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C92; }
p { color: rgb(162,108,146); }
H1.HeaderClassName
{
color: #A26C92;
}
.AnyTagClassName
{
color: #A26C92;
}
</style>
background-color css
<style>
a { background-color: #A26C92; }
a { background-color: rgb(162,108,146); }
div.DivClassName
{
background-color: #A26C92;
}
.BgClassName
{
background-color: #A26C92;
}
</style>
border-color css
<style>
span { border-color: #A26C92; }
span { border-color: rgb(162,108,146); }
td.TdClassName
{
border-color: #A26C92;
}
.TagClassName
{
border-color: #A26C92;
}
</style>