#AA90E1

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

Shades of Biloba Flower #AA90E1

Tints of Biloba Flower #AA90E1

Color information

#AA90E1 (or 0xAA90E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and E1. RGB value is (170,144,225). Sum of RGB (Red+Green+Blue) = 170+144+225=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90E1 is #556F1E. Grayscale: #A0A0A0. Windows color (decimal): -5599007 or 14782634. OLE color: 14782634.

HSL color Cylindrical-coordinate representation of color #AA90E1: hue angle of 259.26º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA90E1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170144225-
CMYK0.240.3600.12
HSL259.26º57.45%72.35%-
HSV(B)259.26º36%88.24%-
XYZ40.1433.9375.67-
YUV161.01164.11134.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=31.54%
G=26.72%
B=41.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701442250.240.3600.12259.2657.4572.35
HexAA90E118240C1033948
Octal252220341304401440371110
Binary10101010100100001110000111000100100011001000000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90E1; }

 p { color: rgb(170,144,225); }

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

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

 a { background-color: rgb(170,144,225); }

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

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

 span { border-color: rgb(170,144,225); }

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