#AA89DD

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

Shades of Biloba Flower #AA89DD

Tints of Biloba Flower #AA89DD

Color information

#AA89DD (or 0xAA89DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and DD. RGB value is (170,137,221). Sum of RGB (Red+Green+Blue) = 170+137+221=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89DD is #557622. Grayscale: #9C9C9C. Windows color (decimal): -5600803 or 14518698. OLE color: 14518698.

HSL color Cylindrical-coordinate representation of color #AA89DD: hue angle of 263.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA89DD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170137221-
CMYK0.230.3800.13
HSL263.57º55.26%70.2%-
HSV(B)263.57º38.01%86.67%-
XYZ38.5731.6672.48-
YUV156.44164.43137.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=32.20%
G=25.95%
B=41.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701372210.230.3800.13263.5755.2670.2
HexAA89DD17260D1083746
Octal252211335274601541067106
Binary10101010100010011101110110111100110011011000010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89DD; }

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

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

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

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

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

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

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

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