#AA8DAA

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

Shades of London Hue #AA8DAA

Tints of London Hue #AA8DAA

Color information

#AA8DAA (or 0xAA8DAA) is unknown color: approx London Hue. HEX triplet: AA, 8D and AA. RGB value is (170,141,170). Sum of RGB (Red+Green+Blue) = 170+141+170=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8DAA is #557255. Grayscale: #989898. Windows color (decimal): -5599830 or 11177386. OLE color: 11177386.

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

Color convert

RGB170141170-
CMYK00.1700.33
HSL300º14.57%60.98%-
HSV(B)300º17.06%66.67%-
XYZ33.3630.542.16-
YUV152.98137.61140.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=35.34%
G=29.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014117000.1700.3330014.5760.98
HexAA8DAA01102112cf3d
Octal2522152520210414541775
Binary10101010100011011010101001000101000011001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DAA; }

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

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

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

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

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

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

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

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