#AA91F7

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

Shades of Biloba Flower #AA91F7

Tints of Biloba Flower #AA91F7

Color information

#AA91F7 (or 0xAA91F7) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and F7. RGB value is (170,145,247). Sum of RGB (Red+Green+Blue) = 170+145+247=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA91F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F7 is #556E08. Grayscale: #A3A3A3. Windows color (decimal): -5598729 or 16224682. OLE color: 16224682.

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

Color convert

RGB170145247-
CMYK0.310.4100.03
HSL254.71º86.44%76.86%-
HSV(B)254.71º41.3%96.86%-
XYZ43.4935.5192.56-
YUV164.1174.78132.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=30.25%
G=25.80%
B=43.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701452470.310.4100.03254.7186.4476.86
HexAA91F71F2903ff564d
Octal252221367375103377126115
Binary101010101001000111110111111111010010111111111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91F7; }

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

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

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

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

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

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

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

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