#AA7FAC

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

Shades of London Hue #AA7FAC

Tints of London Hue #AA7FAC

Color information

#AA7FAC (or 0xAA7FAC) is unknown color: approx London Hue. HEX triplet: AA, 7F and AC. RGB value is (170,127,172). Sum of RGB (Red+Green+Blue) = 170+127+172=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FAC is #558053. Grayscale: #909090. Windows color (decimal): -5603412 or 11304874. OLE color: 11304874.

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

Color convert

RGB170127172-
CMYK0.010.2600.33
HSL297.33º21.33%58.63%-
HSV(B)297.33º26.16%67.45%-
XYZ31.6126.742.52-
YUV144.99143.25145.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=36.25%
G=27.08%
B=36.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701271720.010.2600.33297.3321.3358.63
HexAA7FAC11A021129153b
Octal2521772541320414512573
Binary10101010111111110101100111010010000110010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FAC; }

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

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

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

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

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

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

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

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