#AA7EAA

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

Shades of London Hue #AA7EAA

Tints of London Hue #AA7EAA

Color information

#AA7EAA (or 0xAA7EAA) is unknown color: approx London Hue. HEX triplet: AA, 7E and AA. RGB value is (170,126,170). Sum of RGB (Red+Green+Blue) = 170+126+170=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7EAA is #558155. Grayscale: #909090. Windows color (decimal): -5603670 or 11173546. OLE color: 11173546.

HSL color Cylindrical-coordinate representation of color #AA7EAA: hue angle of 300º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7EAA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170126170-
CMYK00.2600.33
HSL300º20.56%58.04%-
HSV(B)300º25.88%66.67%-
XYZ31.2926.3741.47-
YUV144.17142.58146.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=36.48%
G=27.04%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012617000.2600.3330020.5658.04
HexAA7EAA01A02112c153a
Octal2521762520320414542572
Binary10101010111111010101010011010010000110010110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EAA; }

 p { color: rgb(170,126,170); }

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

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

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

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

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

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

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