#AA91F6

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

Shades of Biloba Flower #AA91F6

Tints of Biloba Flower #AA91F6

Color information

#AA91F6 (or 0xAA91F6) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and F6. RGB value is (170,145,246). Sum of RGB (Red+Green+Blue) = 170+145+246=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA91F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F6 is #556E09. Grayscale: #A3A3A3. Windows color (decimal): -5598730 or 16159146. OLE color: 16159146.

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

Color convert

RGB170145246-
CMYK0.310.4100.04
HSL254.85º84.87%76.67%-
HSV(B)254.85º41.06%96.47%-
XYZ43.3435.4591.75-
YUV163.99174.28132.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=30.30%
G=25.85%
B=43.85%

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
Decimal1701452460.310.4100.04254.8584.8776.67
HexAA91F61F2904ff554d
Octal252221366375104377125115
Binary1010101010010001111101101111110100101001111111110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91F6; }

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

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

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

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

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

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

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

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