#AA89F6

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

Shades of Biloba Flower #AA89F6

Tints of Biloba Flower #AA89F6

Color information

#AA89F6 (or 0xAA89F6) is unknown color: approx Biloba Flower. HEX triplet: AA, 89 and F6. RGB value is (170,137,246). Sum of RGB (Red+Green+Blue) = 170+137+246=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA89F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA89F6 is #557609. Grayscale: #9E9E9E. Windows color (decimal): -5600778 or 16157098. OLE color: 16157098.

HSL color Cylindrical-coordinate representation of color #AA89F6: hue angle of 258.17º degrees, saturation: 0.86, 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 #AA89F6 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170137246-
CMYK0.310.4400.04
HSL258.17º85.83%75.1%-
HSV(B)258.17º44.31%96.47%-
XYZ42.1633.0991.35-
YUV159.29176.93135.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 246 (96.48% from 255) = 44.48%
R=30.74%
G=24.77%
B=44.48%

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
Decimal1701372460.310.4400.04258.1785.8375.1
HexAA89F61F2C04102564b
Octal252211366375404402126113
Binary10101010100010011111011011111101100010010000001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA89F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA89F6; }

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

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

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

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

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

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

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

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