#AA91F2

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

Shades of Biloba Flower #AA91F2

Tints of Biloba Flower #AA91F2

Color information

#AA91F2 (or 0xAA91F2) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and F2. RGB value is (170,145,242). Sum of RGB (Red+Green+Blue) = 170+145+242=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA91F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91F2 is #556E0D. Grayscale: #A3A3A3. Windows color (decimal): -5598734 or 15897002. OLE color: 15897002.

HSL color Cylindrical-coordinate representation of color #AA91F2: hue angle of 255.46º degrees, saturation: 0.79, 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 #AA91F2 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170145242-
CMYK0.300.4000.05
HSL255.46º78.86%75.88%-
HSV(B)255.46º40.08%94.9%-
XYZ42.7335.2188.55-
YUV163.53172.28132.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=30.52%
G=26.03%
B=43.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701452420.300.4000.05255.4678.8675.88
HexAA91F21E2805ff4f4c
Octal252221362365005377117114
Binary1010101010010001111100101111010100001011111111110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91F2; }

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

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

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

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

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

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

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

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