#AA93F9

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

Shades of Biloba Flower #AA93F9

Tints of Biloba Flower #AA93F9

Color information

#AA93F9 (or 0xAA93F9) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and F9. RGB value is (170,147,249). Sum of RGB (Red+Green+Blue) = 170+147+249=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA93F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93F9 is #556C06. Grayscale: #A5A5A5. Windows color (decimal): -5598215 or 16356266. OLE color: 16356266.

HSL color Cylindrical-coordinate representation of color #AA93F9: hue angle of 253.53º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA93F9 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170147249-
CMYK0.320.4100.02
HSL253.53º89.47%77.65%-
HSV(B)253.53º40.96%97.65%-
XYZ44.1136.2594.3-
YUV165.5175.12131.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=30.04%
G=25.97%
B=43.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701472490.320.4100.02253.5389.4777.65
HexAA93F9202902fe594e
Octal252223371405102376131116
Binary1010101010010011111110011000001010010101111111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93F9; }

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

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

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

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

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

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

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

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