#AA91F1

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

Shades of Biloba Flower #AA91F1

Tints of Biloba Flower #AA91F1

Color information

#AA91F1 (or 0xAA91F1) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and F1. RGB value is (170,145,241). Sum of RGB (Red+Green+Blue) = 170+145+241=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA91F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F1 is #556E0E. Grayscale: #A3A3A3. Windows color (decimal): -5598735 or 15831466. OLE color: 15831466.

HSL color Cylindrical-coordinate representation of color #AA91F1: hue angle of 255.62º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA91F1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170145241-
CMYK0.290.4000.05
HSL255.62º77.42%75.69%-
HSV(B)255.62º39.83%94.51%-
XYZ42.5835.1587.76-
YUV163.42171.78132.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 145 (57.03% from 255) = 26.08%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=30.58%
G=26.08%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701452410.290.4000.05255.6277.4275.69
HexAA91F11D28051004d4c
Octal252221361355005400115114
Binary10101010100100011111000111101101000010110000000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91F1; }

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

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

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

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

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

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

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

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