#AA7DAE

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

Shades of London Hue #AA7DAE

Tints of London Hue #AA7DAE

Color information

#AA7DAE (or 0xAA7DAE) is unknown color: approx London Hue. HEX triplet: AA, 7D and AE. RGB value is (170,125,174). Sum of RGB (Red+Green+Blue) = 170+125+174=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAE is #558251. Grayscale: #8F8F8F. Windows color (decimal): -5603922 or 11435434. OLE color: 11435434.

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

Color convert

RGB170125174-
CMYK0.020.2800.32
HSL295.1º23.22%58.63%-
HSV(B)295.1º28.16%68.24%-
XYZ31.5526.2743.45-
YUV144.04144.91146.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 125 (49.22% from 255) = 26.65%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=36.25%
G=26.65%
B=37.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701251740.020.2800.32295.123.2258.63
HexAA7DAE21C020127173b
Octal2521752562340404472773
Binary101010101111101101011101011100010000010010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DAE; }

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

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

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

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

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

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

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

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