#AA91FA

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

Shades of Biloba Flower #AA91FA

Tints of Biloba Flower #AA91FA

Color information

#AA91FA (or 0xAA91FA) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and FA. RGB value is (170,145,250). Sum of RGB (Red+Green+Blue) = 170+145+250=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91FA is #556E05. Grayscale: #A4A4A4. Windows color (decimal): -5598726 or 16421290. OLE color: 16421290.

HSL color Cylindrical-coordinate representation of color #AA91FA: hue angle of 254.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA91FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170145250-
CMYK0.320.4200.02
HSL254.29º91.3%77.45%-
HSV(B)254.29º42%98.04%-
XYZ43.9635.795.02-
YUV164.44176.28131.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=30.09%
G=25.66%
B=44.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701452500.320.4200.02254.2991.377.45
HexAA91FA202A02fe5b4d
Octal252221372405202376133115
Binary1010101010010001111110101000001010100101111111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91FA; }

 p { color: rgb(170,145,250); }

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

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

 a { background-color: rgb(170,145,250); }

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

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

 span { border-color: rgb(170,145,250); }

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