#AA7FAE

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

Shades of London Hue #AA7FAE

Tints of London Hue #AA7FAE

Color information

#AA7FAE (or 0xAA7FAE) is unknown color: approx London Hue. HEX triplet: AA, 7F and AE. RGB value is (170,127,174). Sum of RGB (Red+Green+Blue) = 170+127+174=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FAE is #558051. Grayscale: #919191. Windows color (decimal): -5603410 or 11435946. OLE color: 11435946.

HSL color Cylindrical-coordinate representation of color #AA7FAE: hue angle of 294.89º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7FAE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170127174-
CMYK0.020.2700.32
HSL294.89º22.49%59.02%-
HSV(B)294.89º27.01%68.24%-
XYZ31.8126.7843.54-
YUV145.22144.25145.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=36.09%
G=26.96%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701271740.020.2700.32294.8922.4959.02
HexAA7FAE21B020127163b
Octal2521772562330404472673
Binary101010101111111101011101011011010000010010011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FAE; }

 p { color: rgb(170,127,174); }

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

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

 a { background-color: rgb(170,127,174); }

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

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

 span { border-color: rgb(170,127,174); }

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