#AA87A4

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

Shades of London Hue #AA87A4

Tints of London Hue #AA87A4

Color information

#AA87A4 (or 0xAA87A4) is unknown color: approx London Hue. HEX triplet: AA, 87 and A4. RGB value is (170,135,164). Sum of RGB (Red+Green+Blue) = 170+135+164=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA87A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA87A4 is #55785B. Grayscale: #949494. Windows color (decimal): -5601372 or 10782634. OLE color: 10782634.

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

Color convert

RGB170135164-
CMYK00.210.040.33
HSL310.29º17.07%59.8%-
HSV(B)310.29º20.59%66.67%-
XYZ31.9428.5538.95-
YUV148.77136.6143.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 164 (64.45% from 255) = 34.97%
R=36.25%
G=28.78%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013516400.210.040.33310.2917.0759.8
HexAA87A4015421136113c
Octal2522072440254414662174
Binary10101010100001111010010001010110010000110011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87A4; }

 p { color: rgb(170,135,164); }

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

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

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

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

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

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

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