#AA7DAA

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

Shades of London Hue #AA7DAA

Tints of London Hue #AA7DAA

Color information

#AA7DAA (or 0xAA7DAA) is unknown color: approx London Hue. HEX triplet: AA, 7D and AA. RGB value is (170,125,170). Sum of RGB (Red+Green+Blue) = 170+125+170=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAA is #558255. Grayscale: #8F8F8F. Windows color (decimal): -5603926 or 11173290. OLE color: 11173290.

HSL color Cylindrical-coordinate representation of color #AA7DAA: 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 #AA7DAA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170125170-
CMYK00.2600.33
HSL300º20.93%57.84%-
HSV(B)300º26.47%66.67%-
XYZ31.1726.1241.43-
YUV143.58142.91146.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=36.56%
G=26.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012517000.2600.3330020.9357.84
HexAA7DAA01A02112c153a
Octal2521752520320414542572
Binary10101010111110110101010011010010000110010110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DAA; }

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

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

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

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

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

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

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

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