#AA90F6

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

Shades of Biloba Flower #AA90F6

Tints of Biloba Flower #AA90F6

Color information

#AA90F6 (or 0xAA90F6) is unknown color: approx Biloba Flower. HEX triplet: AA, 90 and F6. RGB value is (170,144,246). Sum of RGB (Red+Green+Blue) = 170+144+246=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA90F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA90F6 is #556F09. Grayscale: #A3A3A3. Windows color (decimal): -5598986 or 16158890. OLE color: 16158890.

HSL color Cylindrical-coordinate representation of color #AA90F6: hue angle of 255.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA90F6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170144246-
CMYK0.310.4100.04
HSL255.29º85%76.47%-
HSV(B)255.29º41.46%96.47%-
XYZ43.1935.1591.7-
YUV163.4174.61132.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=30.36%
G=25.71%
B=43.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701442460.310.4100.04255.298576.47
HexAA90F61F2904ff554c
Octal252220366375104377125114
Binary1010101010010000111101101111110100101001111111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90F6; }

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

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

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

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

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

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

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

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