#AA90F3

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

Shades of Biloba Flower #AA90F3

Tints of Biloba Flower #AA90F3

Color information

#AA90F3 (or 0xAA90F3) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and F3. RGB value is (170,144,243). Sum of RGB (Red+Green+Blue) = 170+144+243=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA90F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F3 is #556F0C. Grayscale: #A2A2A2. Windows color (decimal): -5598989 or 15962282. OLE color: 15962282.

HSL color Cylindrical-coordinate representation of color #AA90F3: hue angle of 255.76º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA90F3 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170144243-
CMYK0.300.4100.05
HSL255.76º80.49%75.88%-
HSV(B)255.76º40.74%95.29%-
XYZ42.7334.9689.29-
YUV163.06173.11132.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=30.52%
G=25.85%
B=43.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701442430.300.4100.05255.7680.4975.88
HexAA90F31E2905100504c
Octal252220363365105400120114
Binary10101010100100001111001111110101001010110000000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90F3; }

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

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

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

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

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

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

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

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