Shades of London Hue #AA84A8
Tints of London Hue #AA84A8
RGB
CMYK
RGB Variations
Color information
#AA84A8 (or 0xAA84A8) is known color: London Hue. HEX triplet: AA, 84 and A8. RGB value is (170,132,168). Sum of RGB (Red+Green+Blue) = 170+132+168=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA84A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84A8 is #557B57. Grayscale: #939393. Windows color (decimal): -5602136 or 11044010. OLE color: 11044010.
HSL color Cylindrical-coordinate representation of color #AA84A8: hue angle of 303.16º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA84A8 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 168 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.33 |
| HSL | 303.16º | 0.18% | 0.59% | - |
| HSV(B) | 303.16º | 0.22% | 0.67% | - |
| XYZ | 31.9 | 27.88 | 40.75 | - |
| YUV | 147.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 168 | 0 | 0.22 | 0.01 | 0.33 | 303.16 | 0.18 | 0.59 |
| Hex | AA | 84 | A8 | 0 | 16 | 1 | 21 | 12F | 12 | 3B |
| Octal | 252 | 204 | 250 | 0 | 26 | 1 | 41 | 457 | 22 | 73 |
| Binary | 10101010 | 10000100 | 10101000 | 0 | 10110 | 1 | 100001 | 100101111 | 10010 | 111011 |
Color Harmonies of #AA84A8
Complementary color
Monochromatic Colors of #AA84A8
Black with #AA84A8
Text Example
Text Example
White with #AA84A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA84A8; }
p { color: rgb(170,132,168); }
H1.HeaderClassName
{
color: #AA84A8;
}
.AnyTagClassName
{
color: #AA84A8;
}
</style>
background-color css
<style>
a { background-color: #AA84A8; }
a { background-color: rgb(170,132,168); }
div.DivClassName
{
background-color: #AA84A8;
}
.BgClassName
{
background-color: #AA84A8;
}
</style>
border-color css
<style>
span { border-color: #AA84A8; }
span { border-color: rgb(170,132,168); }
td.TdClassName
{
border-color: #AA84A8;
}
.TagClassName
{
border-color: #AA84A8;
}
</style>