#AA90F8

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

Shades of Biloba Flower #AA90F8

Tints of Biloba Flower #AA90F8

Color information

#AA90F8 (or 0xAA90F8) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and F8. RGB value is (170,144,248). Sum of RGB (Red+Green+Blue) = 170+144+248=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA90F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F8 is #556F07. Grayscale: #A3A3A3. Windows color (decimal): -5598984 or 16289962. OLE color: 16289962.

HSL color Cylindrical-coordinate representation of color #AA90F8: hue angle of 255º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA90F8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170144248-
CMYK0.310.4200.03
HSL255º88.14%76.86%-
HSV(B)255º41.94%97.25%-
XYZ43.4935.2793.32-
YUV163.63175.61132.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=30.25%
G=25.62%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701442480.310.4200.0325588.1476.86
HexAA90F81F2A03ff584d
Octal252220370375203377130115
Binary101010101001000011111000111111010100111111111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90F8; }

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

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

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

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

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

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

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

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