Shades of Mountbatten Pink #AA678F
Tints of Mountbatten Pink #AA678F
RGB
CMYK
RGB Variations
Color information
#AA678F (or 0xAA678F) is known color: Mountbatten Pink. HEX triplet: AA, 67 and 8F. RGB value is (170,103,143). Sum of RGB (Red+Green+Blue) = 170+103+143=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA678F is #559870. Grayscale: #7F7F7F. Windows color (decimal): -5609585 or 9398186. OLE color: 9398186.
HSL color Cylindrical-coordinate representation of color #AA678F: hue angle of 324.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA678F is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 143 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.33 |
| HSL | 324.18º | 0.28% | 0.54% | - |
| HSV(B) | 324.18º | 0.39% | 0.67% | - |
| XYZ | 26.39 | 20.23 | 28.5 | - |
| YUV | 127.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 143 | 0 | 0.39 | 0.16 | 0.33 | 324.18 | 0.28 | 0.54 |
| Hex | AA | 67 | 8F | 0 | 27 | 10 | 21 | 144 | 1C | 36 |
| Octal | 252 | 147 | 217 | 0 | 47 | 20 | 41 | 504 | 34 | 66 |
| Binary | 10101010 | 1100111 | 10001111 | 0 | 100111 | 10000 | 100001 | 101000100 | 11100 | 110110 |
Color Harmonies of #AA678F
Complementary color
Monochromatic Colors of #AA678F
Black with #AA678F
Text Example
Text Example
White with #AA678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA678F; }
p { color: rgb(170,103,143); }
H1.HeaderClassName
{
color: #AA678F;
}
.AnyTagClassName
{
color: #AA678F;
}
</style>
background-color css
<style>
a { background-color: #AA678F; }
a { background-color: rgb(170,103,143); }
div.DivClassName
{
background-color: #AA678F;
}
.BgClassName
{
background-color: #AA678F;
}
</style>
border-color css
<style>
span { border-color: #AA678F; }
span { border-color: rgb(170,103,143); }
td.TdClassName
{
border-color: #AA678F;
}
.TagClassName
{
border-color: #AA678F;
}
</style>