#AA85AF

Color #AA85AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA85AF

Tints of London Hue #AA85AF

Color information

#AA85AF (or 0xAA85AF) is unknown color: approx 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

RGB170133175-
CMYK0.030.2400.31
HSL292.86º20.79%60.39%-
HSV(B)292.86º24%68.63%-
XYZ32.728.4244.32-
YUV148.85142.76143.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=35.56%
G=27.82%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701331750.030.2400.31292.8620.7960.39
HexAA85AF31801F125153c
Octal2522052573300374452574
Binary101010101000010110101111111100001111110010010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>