Shades of London Hue #AA83A7
Tints of London Hue #AA83A7
RGB
CMYK
RGB Variations
Color information
#AA83A7 (or 0xAA83A7) is known color: London Hue. HEX triplet: AA, 83 and A7. RGB value is (170,131,167). Sum of RGB (Red+Green+Blue) = 170+131+167=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA83A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83A7 is #557C58. Grayscale: #929292. Windows color (decimal): -5602393 or 10978218. OLE color: 10978218.
HSL color Cylindrical-coordinate representation of color #AA83A7: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA83A7 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 167 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.33 |
| HSL | 304.62º | 0.19% | 0.59% | - |
| HSV(B) | 304.62º | 0.23% | 0.67% | - |
| XYZ | 31.67 | 27.57 | 40.21 | - |
| YUV | 146.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 167 | 0 | 0.23 | 0.02 | 0.33 | 304.62 | 0.19 | 0.59 |
| Hex | AA | 83 | A7 | 0 | 17 | 2 | 21 | 131 | 13 | 3B |
| Octal | 252 | 203 | 247 | 0 | 27 | 2 | 41 | 461 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10100111 | 0 | 10111 | 10 | 100001 | 100110001 | 10011 | 111011 |
Color Harmonies of #AA83A7
Complementary color
Monochromatic Colors of #AA83A7
Black with #AA83A7
Text Example
Text Example
White with #AA83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA83A7; }
p { color: rgb(170,131,167); }
H1.HeaderClassName
{
color: #AA83A7;
}
.AnyTagClassName
{
color: #AA83A7;
}
</style>
background-color css
<style>
a { background-color: #AA83A7; }
a { background-color: rgb(170,131,167); }
div.DivClassName
{
background-color: #AA83A7;
}
.BgClassName
{
background-color: #AA83A7;
}
</style>
border-color css
<style>
span { border-color: #AA83A7; }
span { border-color: rgb(170,131,167); }
td.TdClassName
{
border-color: #AA83A7;
}
.TagClassName
{
border-color: #AA83A7;
}
</style>