#AA90EB

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

Shades of Biloba Flower #AA90EB

Tints of Biloba Flower #AA90EB

Color information

#AA90EB (or 0xAA90EB) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and EB. RGB value is (170,144,235). Sum of RGB (Red+Green+Blue) = 170+144+235=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90EB is #556F14. Grayscale: #A1A1A1. Windows color (decimal): -5598997 or 15437994. OLE color: 15437994.

HSL color Cylindrical-coordinate representation of color #AA90EB: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA90EB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170144235-
CMYK0.280.3900.08
HSL257.14º69.47%74.31%-
HSV(B)257.14º38.72%92.16%-
XYZ41.5534.4983.06-
YUV162.15169.11133.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=30.97%
G=26.23%
B=42.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701442350.280.3900.08257.1469.4774.31
HexAA90EB1C2708101454a
Octal2522203533447010401105112
Binary101010101001000011101011111001001110100010000000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90EB; }

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

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

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

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

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

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

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

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