#AA91EE

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

Shades of Biloba Flower #AA91EE

Tints of Biloba Flower #AA91EE

Color information

#AA91EE (or 0xAA91EE) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and EE. RGB value is (170,145,238). Sum of RGB (Red+Green+Blue) = 170+145+238=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA91EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91EE is #556E11. Grayscale: #A2A2A2. Windows color (decimal): -5598738 or 15634858. OLE color: 15634858.

HSL color Cylindrical-coordinate representation of color #AA91EE: hue angle of 256.13º degrees, saturation: 0.73, 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 #AA91EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170145238-
CMYK0.290.3900.07
HSL256.13º73.23%75.1%-
HSV(B)256.13º39.08%93.33%-
XYZ42.1434.9785.42-
YUV163.08170.28132.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=30.74%
G=26.22%
B=43.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701452380.290.3900.07256.1373.2375.1
HexAA91EE1D2707100494b
Octal252221356354707400111113
Binary10101010100100011110111011101100111011110000000010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91EE; }

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

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

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

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

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

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

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

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