#AA8AAF

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

Shades of London Hue #AA8AAF

Tints of London Hue #AA8AAF

Color information

#AA8AAF (or 0xAA8AAF) is unknown color: approx London Hue. HEX triplet: AA, 8A and AF. RGB value is (170,138,175). Sum of RGB (Red+Green+Blue) = 170+138+175=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AAF is #557550. Grayscale: #979797. Windows color (decimal): -5600593 or 11504298. OLE color: 11504298.

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

Color convert

RGB170138175-
CMYK0.030.2100.31
HSL291.89º18.78%61.37%-
HSV(B)291.89º21.14%68.63%-
XYZ33.429.8244.55-
YUV151.79141.1140.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=35.20%
G=28.57%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701381750.030.2100.31291.8918.7861.37
HexAA8AAF31501F124133d
Octal2522122573250374442375
Binary101010101000101010101111111010101111110010010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AAF; }

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

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

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

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

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

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

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

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