#AA8FAC

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

Shades of London Hue #AA8FAC

Tints of London Hue #AA8FAC

Color information

#AA8FAC (or 0xAA8FAC) is unknown color: approx London Hue. HEX triplet: AA, 8F and AC. RGB value is (170,143,172). Sum of RGB (Red+Green+Blue) = 170+143+172=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8FAC is #557053. Grayscale: #9A9A9A. Windows color (decimal): -5599316 or 11308970. OLE color: 11308970.

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

Color convert

RGB170143172-
CMYK0.010.1700.33
HSL295.86º14.87%61.76%-
HSV(B)295.86º16.86%67.45%-
XYZ33.8531.1743.26-
YUV154.38137.95139.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=35.05%
G=29.48%
B=35.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701431720.010.1700.33295.8614.8761.76
HexAA8FAC111021128f3e
Octal2522172541210414501776
Binary10101010100011111010110011000101000011001010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FAC; }

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

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

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

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

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

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

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

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