#AA93EE

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

Shades of Biloba Flower #AA93EE

Tints of Biloba Flower #AA93EE

Color information

#AA93EE (or 0xAA93EE) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and EE. RGB value is (170,147,238). Sum of RGB (Red+Green+Blue) = 170+147+238=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93EE is #556C11. Grayscale: #A3A3A3. Windows color (decimal): -5598226 or 15635370. OLE color: 15635370.

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

Color convert

RGB170147238-
CMYK0.290.3800.07
HSL255.16º72.8%75.49%-
HSV(B)255.16º38.24%93.33%-
XYZ42.4435.5985.52-
YUV164.25169.62132.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=30.63%
G=26.49%
B=42.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701472380.290.3800.07255.1672.875.49
HexAA93EE1D2607ff494b
Octal252223356354607377111113
Binary1010101010010011111011101110110011001111111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93EE; }

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

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

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

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

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

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

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

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