Shades of Mountbatten Pink #AA6192
Tints of Mountbatten Pink #AA6192
RGB
CMYK
RGB Variations
Color information
#AA6192 (or 0xAA6192) is known color: Mountbatten Pink. HEX triplet: AA, 61 and 92. RGB value is (170,97,146). Sum of RGB (Red+Green+Blue) = 170+97+146=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6192 is #559E6D. Grayscale: #7C7C7C. Windows color (decimal): -5611118 or 9593258. OLE color: 9593258.
HSL color Cylindrical-coordinate representation of color #AA6192: hue angle of 319.73º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6192 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 146 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.33 |
| HSL | 319.73º | 0.3% | 0.52% | - |
| HSV(B) | 319.73º | 0.43% | 0.67% | - |
| XYZ | 26.04 | 19.17 | 29.52 | - |
| YUV | 124.41 | 140.18 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 146 | 0 | 0.43 | 0.14 | 0.33 | 319.73 | 0.3 | 0.52 |
| Hex | AA | 61 | 92 | 0 | 2B | E | 21 | 140 | 1E | 34 |
| Octal | 252 | 141 | 222 | 0 | 53 | 16 | 41 | 500 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10010010 | 0 | 101011 | 1110 | 100001 | 101000000 | 11110 | 110100 |
Color Harmonies of #AA6192
Complementary color
Monochromatic Colors of #AA6192
Black with #AA6192
Text Example
Text Example
White with #AA6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6192; }
p { color: rgb(170,97,146); }
H1.HeaderClassName
{
color: #AA6192;
}
.AnyTagClassName
{
color: #AA6192;
}
</style>
background-color css
<style>
a { background-color: #AA6192; }
a { background-color: rgb(170,97,146); }
div.DivClassName
{
background-color: #AA6192;
}
.BgClassName
{
background-color: #AA6192;
}
</style>
border-color css
<style>
span { border-color: #AA6192; }
span { border-color: rgb(170,97,146); }
td.TdClassName
{
border-color: #AA6192;
}
.TagClassName
{
border-color: #AA6192;
}
</style>