#AA8BAA

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

Shades of London Hue #AA8BAA

Tints of London Hue #AA8BAA

Color information

#AA8BAA (or 0xAA8BAA) is unknown color: approx London Hue. HEX triplet: AA, 8B and AA. RGB value is (170,139,170). Sum of RGB (Red+Green+Blue) = 170+139+170=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8BAA is #557455. Grayscale: #979797. Windows color (decimal): -5600342 or 11176874. OLE color: 11176874.

HSL color Cylindrical-coordinate representation of color #AA8BAA: 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.18%. Process color model (Four color, CMYK) of #AA8BAA is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170139170-
CMYK00.1800.33
HSL300º15.42%60.59%-
HSV(B)300º18.24%66.67%-
XYZ33.0729.9142.06-
YUV151.8138.27140.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=35.49%
G=29.02%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013917000.1800.3330015.4260.59
HexAA8BAA01202112cf3d
Octal2522132520220414541775
Binary10101010100010111010101001001001000011001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BAA; }

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

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

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

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

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

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

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

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