#AA9ECC

Color #AA9ECC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA9ECC

Tints of Biloba Flower #AA9ECC

Color information

#AA9ECC (or 0xAA9ECC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and CC. RGB value is (170,158,204). Sum of RGB (Red+Green+Blue) = 170+158+204=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECC is #556133. Grayscale: #A6A6A6. Windows color (decimal): -5595444 or 13409962. OLE color: 13409962.

HSL color Cylindrical-coordinate representation of color #AA9ECC: hue angle of 255.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9ECC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170158204-
CMYK0.170.2300.2
HSL255.65º31.08%70.98%-
HSV(B)255.65º22.55%80%-
XYZ39.737.3662.25-
YUV166.83148.98130.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=31.95%
G=29.70%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701582040.170.2300.2255.6531.0870.98
HexAA9ECC11170141001f47
Octal252236314212702440037107
Binary1010101010011110110011001000110111010100100000000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ECC; }

 p { color: rgb(170,158,204); }

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

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

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

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

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

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

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