#AA93F0

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

Shades of Biloba Flower #AA93F0

Tints of Biloba Flower #AA93F0

Color information

#AA93F0 (or 0xAA93F0) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and F0. RGB value is (170,147,240). Sum of RGB (Red+Green+Blue) = 170+147+240=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA93F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93F0 is #556C0F. Grayscale: #A4A4A4. Windows color (decimal): -5598224 or 15766442. OLE color: 15766442.

HSL color Cylindrical-coordinate representation of color #AA93F0: hue angle of 254.84º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA93F0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170147240-
CMYK0.290.3900.06
HSL254.84º75.61%75.88%-
HSV(B)254.84º38.75%94.12%-
XYZ42.7435.787.08-
YUV164.48170.62131.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=30.52%
G=26.39%
B=43.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701472400.290.3900.06254.8475.6175.88
HexAA93F01D2706ff4c4c
Octal252223360354706377114114
Binary1010101010010011111100001110110011101101111111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93F0; }

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

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

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

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

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

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

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

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