#AA88AF

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

Shades of London Hue #AA88AF

Tints of London Hue #AA88AF

Color information

#AA88AF (or 0xAA88AF) is unknown color: approx London Hue. HEX triplet: AA, 88 and AF. RGB value is (170,136,175). Sum of RGB (Red+Green+Blue) = 170+136+175=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88AF is #557750. Grayscale: #969696. Windows color (decimal): -5601105 or 11503786. OLE color: 11503786.

HSL color Cylindrical-coordinate representation of color #AA88AF: hue angle of 292.31º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA88AF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170136175-
CMYK0.030.2200.31
HSL292.31º19.6%60.98%-
HSV(B)292.31º22.29%68.63%-
XYZ33.1229.2544.46-
YUV150.61141.76141.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=35.34%
G=28.27%
B=36.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701361750.030.2200.31292.3119.660.98
HexAA88AF31601F124143d
Octal2522102573260374442475
Binary101010101000100010101111111011001111110010010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88AF; }

 p { color: rgb(170,136,175); }

 H1.HeaderClassName
 {
   color: #AA88AF;
 }
 .AnyTagClassName
 {
   color: #AA88AF;
 }
</style>
background-color css

<style>
 a { background-color: #AA88AF; }

 a { background-color: rgb(170,136,175); }

 div.DivClassName
 {
   background-color: #AA88AF;
 }
 .BgClassName
 {
   background-color: #AA88AF;
 }
</style>
border-color css

<style>
 span { border-color: #AA88AF; }

 span { border-color: rgb(170,136,175); }

 td.TdClassName
 {
   border-color: #AA88AF;
 }
 .TagClassName
 {
   border-color: #AA88AF;
 }
</style>