#AA89D1

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

Shades of Biloba Flower #AA89D1

Tints of Biloba Flower #AA89D1

Color information

#AA89D1 (or 0xAA89D1) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and D1. RGB value is (170,137,209). Sum of RGB (Red+Green+Blue) = 170+137+209=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA89D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA89D1 is #55762E. Grayscale: #9A9A9A. Windows color (decimal): -5600815 or 13732266. OLE color: 13732266.

HSL color Cylindrical-coordinate representation of color #AA89D1: hue angle of 267.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA89D1 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170137209-
CMYK0.190.3400.18
HSL267.5º43.9%67.84%-
HSV(B)267.5º34.45%81.96%-
XYZ37.0331.0464.36-
YUV155.07158.43138.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=32.95%
G=26.55%
B=40.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701372090.190.3400.18267.543.967.84
HexAA89D1132201210c2c44
Octal252211321234202241454104
Binary101010101000100111010001100111000100100101000011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89D1; }

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

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

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

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

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

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

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

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