#AA90F1

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

Shades of Biloba Flower #AA90F1

Tints of Biloba Flower #AA90F1

Color information

#AA90F1 (or 0xAA90F1) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and F1. RGB value is (170,144,241). Sum of RGB (Red+Green+Blue) = 170+144+241=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA90F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F1 is #556F0E. Grayscale: #A2A2A2. Windows color (decimal): -5598991 or 15831210. OLE color: 15831210.

HSL color Cylindrical-coordinate representation of color #AA90F1: hue angle of 256.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA90F1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170144241-
CMYK0.290.4000.05
HSL256.08º77.6%75.49%-
HSV(B)256.08º40.25%94.51%-
XYZ42.4334.8487.71-
YUV162.83172.11133.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=30.63%
G=25.95%
B=43.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701442410.290.4000.05256.0877.675.49
HexAA90F11D28051004e4b
Octal252220361355005400116113
Binary10101010100100001111000111101101000010110000000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90F1; }

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

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

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

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

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

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

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

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