Shades of London Hue #AA8AA3
Tints of London Hue #AA8AA3
RGB
CMYK
RGB Variations
Color information
#AA8AA3 (or 0xAA8AA3) is known color: London Hue. HEX triplet: AA, 8A and A3. RGB value is (170,138,163). Sum of RGB (Red+Green+Blue) = 170+138+163=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AA3 is #55755C. Grayscale: #969696. Windows color (decimal): -5600605 or 10717866. OLE color: 10717866.
HSL color Cylindrical-coordinate representation of color #AA8AA3: hue angle of 313.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8AA3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 163 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.33 |
| HSL | 313.13º | 0.16% | 0.6% | - |
| HSV(B) | 313.13º | 0.19% | 0.67% | - |
| XYZ | 32.28 | 29.37 | 38.62 | - |
| YUV | 150.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 163 | 0 | 0.19 | 0.04 | 0.33 | 313.13 | 0.16 | 0.6 |
| Hex | AA | 8A | A3 | 0 | 13 | 4 | 21 | 139 | 10 | 3C |
| Octal | 252 | 212 | 243 | 0 | 23 | 4 | 41 | 471 | 20 | 74 |
| Binary | 10101010 | 10001010 | 10100011 | 0 | 10011 | 100 | 100001 | 100111001 | 10000 | 111100 |
Color Harmonies of #AA8AA3
Complementary color
Monochromatic Colors of #AA8AA3
Black with #AA8AA3
Text Example
Text Example
White with #AA8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AA3; }
p { color: rgb(170,138,163); }
H1.HeaderClassName
{
color: #AA8AA3;
}
.AnyTagClassName
{
color: #AA8AA3;
}
</style>
background-color css
<style>
a { background-color: #AA8AA3; }
a { background-color: rgb(170,138,163); }
div.DivClassName
{
background-color: #AA8AA3;
}
.BgClassName
{
background-color: #AA8AA3;
}
</style>
border-color css
<style>
span { border-color: #AA8AA3; }
span { border-color: rgb(170,138,163); }
td.TdClassName
{
border-color: #AA8AA3;
}
.TagClassName
{
border-color: #AA8AA3;
}
</style>