#AA89D7

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

Shades of Biloba Flower #AA89D7

Tints of Biloba Flower #AA89D7

Color information

#AA89D7 (or 0xAA89D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and D7. RGB value is (170,137,215). Sum of RGB (Red+Green+Blue) = 170+137+215=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA89D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89D7 is #557628. Grayscale: #9B9B9B. Windows color (decimal): -5600809 or 14125482. OLE color: 14125482.

HSL color Cylindrical-coordinate representation of color #AA89D7: hue angle of 265.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA89D7 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170137215-
CMYK0.210.3600.16
HSL265.38º49.37%69.02%-
HSV(B)265.38º36.28%84.31%-
XYZ37.7931.3468.35-
YUV155.76161.43138.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=32.57%
G=26.25%
B=41.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701372150.210.3600.16265.3849.3769.02
HexAA89D715240101093145
Octal252211327254402041161105
Binary101010101000100111010111101011001000100001000010011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89D7; }

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

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

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

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

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

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

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

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