#AA89EC

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

Shades of Biloba Flower #AA89EC

Tints of Biloba Flower #AA89EC

Color information

#AA89EC (or 0xAA89EC) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and EC. RGB value is (170,137,236). Sum of RGB (Red+Green+Blue) = 170+137+236=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA89EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89EC is #557613. Grayscale: #9D9D9D. Windows color (decimal): -5600788 or 15501738. OLE color: 15501738.

HSL color Cylindrical-coordinate representation of color #AA89EC: hue angle of 260º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA89EC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170137236-
CMYK0.280.4200.07
HSL260º72.26%73.14%-
HSV(B)260º41.95%92.55%-
XYZ40.6632.4983.49-
YUV158.15171.93136.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=31.31%
G=25.23%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701372360.280.4200.0726072.2673.14
HexAA89EC1C2A071044849
Octal252211354345207404110111
Binary10101010100010011110110011100101010011110000010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89EC; }

 p { color: rgb(170,137,236); }

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

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

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

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

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

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

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