#AA7EAF

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

Shades of London Hue #AA7EAF

Tints of London Hue #AA7EAF

Color information

#AA7EAF (or 0xAA7EAF) is unknown color: approx London Hue. HEX triplet: AA, 7E and AF. RGB value is (170,126,175). Sum of RGB (Red+Green+Blue) = 170+126+175=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7EAF is #558150. Grayscale: #909090. Windows color (decimal): -5603665 or 11501226. OLE color: 11501226.

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

Color convert

RGB170126175-
CMYK0.030.2800.31
HSL293.88º23.44%59.02%-
HSV(B)293.88º28%68.63%-
XYZ31.7826.5644.01-
YUV144.74145.08146.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=36.09%
G=26.75%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701261750.030.2800.31293.8823.4459.02
HexAA7EAF31C01F126173b
Octal2521762573340374462773
Binary10101010111111010101111111110001111110010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EAF; }

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

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

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

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

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

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

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

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