Shades of London Hue #AA85AF
Tints of London Hue #AA85AF
RGB
CMYK
RGB Variations
Color information
#AA85AF (or 0xAA85AF) is known color: London Hue. HEX triplet: AA, 85 and AF. RGB value is (170,133,175). Sum of RGB (Red+Green+Blue) = 170+133+175=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA85AF is #557A50. Grayscale: #949494. Windows color (decimal): -5601873 or 11503018. OLE color: 11503018.
HSL color Cylindrical-coordinate representation of color #AA85AF: hue angle of 292.86º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA85AF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 133 | 175 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.31 |
| HSL | 292.86º | 0.21% | 0.6% | - |
| HSV(B) | 292.86º | 0.24% | 0.69% | - |
| XYZ | 32.7 | 28.42 | 44.32 | - |
| YUV | 148.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 175 | 0.03 | 0.24 | 0 | 0.31 | 292.86 | 0.21 | 0.6 |
| Hex | AA | 85 | AF | 3 | 18 | 0 | 1F | 125 | 15 | 3C |
| Octal | 252 | 205 | 257 | 3 | 30 | 0 | 37 | 445 | 25 | 74 |
| Binary | 10101010 | 10000101 | 10101111 | 11 | 11000 | 0 | 11111 | 100100101 | 10101 | 111100 |
Color Harmonies of #AA85AF
Complementary color
Monochromatic Colors of #AA85AF
Black with #AA85AF
Text Example
Text Example
White with #AA85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85AF; }
p { color: rgb(170,133,175); }
H1.HeaderClassName
{
color: #AA85AF;
}
.AnyTagClassName
{
color: #AA85AF;
}
</style>
background-color css
<style>
a { background-color: #AA85AF; }
a { background-color: rgb(170,133,175); }
div.DivClassName
{
background-color: #AA85AF;
}
.BgClassName
{
background-color: #AA85AF;
}
</style>
border-color css
<style>
span { border-color: #AA85AF; }
span { border-color: rgb(170,133,175); }
td.TdClassName
{
border-color: #AA85AF;
}
.TagClassName
{
border-color: #AA85AF;
}
</style>