#AA91EC

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

Shades of Biloba Flower #AA91EC

Tints of Biloba Flower #AA91EC

Color information

#AA91EC (or 0xAA91EC) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and EC. RGB value is (170,145,236). Sum of RGB (Red+Green+Blue) = 170+145+236=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91EC is #556E13. Grayscale: #A2A2A2. Windows color (decimal): -5598740 or 15503786. OLE color: 15503786.

HSL color Cylindrical-coordinate representation of color #AA91EC: hue angle of 256.48º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA91EC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170145236-
CMYK0.280.3900.07
HSL256.48º70.54%74.71%-
HSV(B)256.48º38.56%92.55%-
XYZ41.8434.8583.88-
YUV162.85169.28133.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 145 (57.03% from 255) = 26.32%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=30.85%
G=26.32%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701452360.280.3900.07256.4870.5474.71
HexAA91EC1C2707100474b
Octal252221354344707400107113
Binary10101010100100011110110011100100111011110000000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91EC; }

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

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

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

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

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

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

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

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