#AA89DA

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

Shades of Biloba Flower #AA89DA

Tints of Biloba Flower #AA89DA

Color information

#AA89DA (or 0xAA89DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and DA. RGB value is (170,137,218). Sum of RGB (Red+Green+Blue) = 170+137+218=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DA is #557625. Grayscale: #9B9B9B. Windows color (decimal): -5600806 or 14322090. OLE color: 14322090.

HSL color Cylindrical-coordinate representation of color #AA89DA: hue angle of 264.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA89DA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170137218-
CMYK0.220.3700.15
HSL264.44º52.26%69.61%-
HSV(B)264.44º37.16%85.49%-
XYZ38.1831.570.4-
YUV156.1162.93137.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=32.38%
G=26.10%
B=41.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701372180.220.3700.15264.4452.2669.61
HexAA89DA16250F1083446
Octal252211332264501741064106
Binary10101010100010011101101010110100101011111000010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89DA; }

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

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

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

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

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

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

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

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