#aa90ee

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

Shades of Biloba Flower #AA90EE

Tints of Biloba Flower #AA90EE

Color information

#AA90EE (or 0xAA90EE) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and EE. RGB value is (170,144,238). Sum of RGB (Red+Green+Blue) = 170+144+238=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90EE is #556F11. Grayscale: #A2A2A2. Windows color (decimal): -5598994 or 15634602. OLE color: 15634602.

HSL color Cylindrical-coordinate representation of color #AA90EE: hue angle of 256.6º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA90EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170144238-
CMYK0.290.3900.07
HSL256.6º73.44%74.9%-
HSV(B)256.6º39.5%93.33%-
XYZ41.9834.6785.37-
YUV162.49170.61133.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=30.80%
G=26.09%
B=43.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701442380.290.3900.07256.673.4474.9
HexAA90EE1D2707101494b
Octal252220356354707401111113
Binary10101010100100001110111011101100111011110000000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa90ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa90ee; }

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

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

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

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

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

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

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

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