#AA7BAE

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

Shades of London Hue #AA7BAE

Tints of London Hue #AA7BAE

Color information

#AA7BAE (or 0xAA7BAE) is unknown color: approx London Hue. HEX triplet: AA, 7B and AE. RGB value is (170,123,174). Sum of RGB (Red+Green+Blue) = 170+123+174=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAE is #558451. Grayscale: #8E8E8E. Windows color (decimal): -5604434 or 11434922. OLE color: 11434922.

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

Color convert

RGB170123174-
CMYK0.020.2900.32
HSL295.29º23.94%58.24%-
HSV(B)295.29º29.31%68.24%-
XYZ31.325.7743.37-
YUV142.87145.57147.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=36.40%
G=26.34%
B=37.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701231740.020.2900.32295.2923.9458.24
HexAA7BAE21D020127183a
Octal2521732562350404473072
Binary101010101111011101011101011101010000010010011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7BAE; }

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

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

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

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

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

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

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

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