#AA8DF9

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

Shades of Biloba Flower #AA8DF9

Tints of Biloba Flower #AA8DF9

Color information

#AA8DF9 (or 0xAA8DF9) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and F9. RGB value is (170,141,249). Sum of RGB (Red+Green+Blue) = 170+141+249=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA8DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF9 is #557206. Grayscale: #A1A1A1. Windows color (decimal): -5599751 or 16354730. OLE color: 16354730.

HSL color Cylindrical-coordinate representation of color #AA8DF9: hue angle of 256.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8DF9 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170141249-
CMYK0.320.4300.02
HSL256.11º90%76.47%-
HSV(B)256.11º43.37%97.65%-
XYZ43.234.4493.99-
YUV161.98177.11133.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=30.36%
G=25.18%
B=44.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701412490.320.4300.02256.119076.47
HexAA8DF9202B021005a4c
Octal252215371405302400132114
Binary10101010100011011111100110000010101101010000000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DF9; }

 p { color: rgb(170,141,249); }

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

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

 a { background-color: rgb(170,141,249); }

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

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

 span { border-color: rgb(170,141,249); }

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