#AA89E7

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

Shades of Biloba Flower #AA89E7

Tints of Biloba Flower #AA89E7

Color information

#AA89E7 (or 0xAA89E7) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and E7. RGB value is (170,137,231). Sum of RGB (Red+Green+Blue) = 170+137+231=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89E7 is #557618. Grayscale: #9D9D9D. Windows color (decimal): -5600793 or 15174058. OLE color: 15174058.

HSL color Cylindrical-coordinate representation of color #AA89E7: hue angle of 261.06º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA89E7 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170137231-
CMYK0.260.4100.09
HSL261.06º66.2%72.16%-
HSV(B)261.06º40.69%90.59%-
XYZ39.9532.2179.71-
YUV157.58169.43136.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 137 (53.91% from 255) = 25.46%
BLUE value IS 231 (90.62% from 255) = 42.94%
R=31.60%
G=25.46%
B=42.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701372310.260.4100.09261.0666.272.16
HexAA89E71A29091054248
Octal2522113473251011405102110
Binary101010101000100111100111110101010010100110000010110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89E7; }

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

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

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

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

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

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

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

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