#AA89EA

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

Shades of Biloba Flower #AA89EA

Tints of Biloba Flower #AA89EA

Color information

#AA89EA (or 0xAA89EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and EA. RGB value is (170,137,234). Sum of RGB (Red+Green+Blue) = 170+137+234=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89EA is #557615. Grayscale: #9D9D9D. Windows color (decimal): -5600790 or 15370666. OLE color: 15370666.

HSL color Cylindrical-coordinate representation of color #AA89EA: hue angle of 260.41º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA89EA is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170137234-
CMYK0.270.4100.08
HSL260.41º69.78%72.75%-
HSV(B)260.41º41.45%91.76%-
XYZ40.3732.3881.96-
YUV157.93170.93136.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=31.42%
G=25.32%
B=43.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701372340.270.4100.08260.4169.7872.75
HexAA89EA1B29081044649
Octal2522113523351010404106111
Binary101010101000100111101010110111010010100010000010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89EA; }

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

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

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

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

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

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

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

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