#AA8FAB

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

Shades of London Hue #AA8FAB

Tints of London Hue #AA8FAB

Color information

#AA8FAB (or 0xAA8FAB) is unknown color: approx London Hue. HEX triplet: AA, 8F and AB. RGB value is (170,143,171). Sum of RGB (Red+Green+Blue) = 170+143+171=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAB is #557054. Grayscale: #9A9A9A. Windows color (decimal): -5599317 or 11243434. OLE color: 11243434.

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

Color convert

RGB170143171-
CMYK0.010.1600.33
HSL297.86º14.29%61.57%-
HSV(B)297.86º16.37%67.06%-
XYZ33.7531.1342.76-
YUV154.26137.45139.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=35.12%
G=29.55%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701431710.010.1600.33297.8614.2961.57
HexAA8FAB11002112ae3e
Octal2522172531200414521676
Binary10101010100011111010101111000001000011001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FAB; }

 p { color: rgb(170,143,171); }

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

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

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

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

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

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

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