#AA7DAC

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

Shades of London Hue #AA7DAC

Tints of London Hue #AA7DAC

Color information

#AA7DAC (or 0xAA7DAC) is unknown color: approx London Hue. HEX triplet: AA, 7D and AC. RGB value is (170,125,172). Sum of RGB (Red+Green+Blue) = 170+125+172=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAC is #558253. Grayscale: #8F8F8F. Windows color (decimal): -5603924 or 11304362. OLE color: 11304362.

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

Color convert

RGB170125172-
CMYK0.010.2700.33
HSL297.45º22.07%58.24%-
HSV(B)297.45º27.33%67.45%-
XYZ31.3626.1942.43-
YUV143.81143.91146.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=36.40%
G=26.77%
B=36.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701251720.010.2700.33297.4522.0758.24
HexAA7DAC11B021129163a
Octal2521752541330414512672
Binary10101010111110110101100111011010000110010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7DAC; }

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

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

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

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

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

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

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

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