#AA89F5

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

Shades of Biloba Flower #AA89F5

Tints of Biloba Flower #AA89F5

Color information

#AA89F5 (or 0xAA89F5) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and F5. RGB value is (170,137,245). Sum of RGB (Red+Green+Blue) = 170+137+245=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA89F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F5 is #55760A. Grayscale: #9E9E9E. Windows color (decimal): -5600779 or 16091562. OLE color: 16091562.

HSL color Cylindrical-coordinate representation of color #AA89F5: hue angle of 258.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA89F5 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170137245-
CMYK0.310.4400.04
HSL258.33º84.38%74.9%-
HSV(B)258.33º44.08%96.08%-
XYZ4233.0390.55-
YUV159.18176.43135.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 245 (96.09% from 255) = 44.38%
R=30.80%
G=24.82%
B=44.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701372450.310.4400.04258.3384.3874.9
HexAA89F51F2C04102544b
Octal252211365375404402124113
Binary10101010100010011111010111111101100010010000001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89F5; }

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

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

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

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

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

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

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

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