#AA91E8

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

Shades of Biloba Flower #AA91E8

Tints of Biloba Flower #AA91E8

Color information

#AA91E8 (or 0xAA91E8) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and E8. RGB value is (170,145,232). Sum of RGB (Red+Green+Blue) = 170+145+232=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA91E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91E8 is #556E17. Grayscale: #A2A2A2. Windows color (decimal): -5598744 or 15241642. OLE color: 15241642.

HSL color Cylindrical-coordinate representation of color #AA91E8: hue angle of 257.24º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA91E8 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170145232-
CMYK0.270.3800.09
HSL257.24º65.41%73.92%-
HSV(B)257.24º37.5%90.98%-
XYZ41.2734.6280.85-
YUV162.39167.28133.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 145 (57.03% from 255) = 26.51%
BLUE value IS 232 (91.02% from 255) = 42.41%
R=31.08%
G=26.51%
B=42.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701452320.270.3800.09257.2465.4173.92
HexAA91E81B2609101414a
Octal2522213503346011401101112
Binary101010101001000111101000110111001100100110000000110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91E8; }

 p { color: rgb(170,145,232); }

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

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

 a { background-color: rgb(170,145,232); }

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

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

 span { border-color: rgb(170,145,232); }

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