#AA93FF

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

Shades of Biloba Flower #AA93FF

Tints of Biloba Flower #AA93FF

Color information

#AA93FF (or 0xAA93FF) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and FF. RGB value is (170,147,255). Sum of RGB (Red+Green+Blue) = 170+147+255=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93FF is #556C00. Grayscale: #A5A5A5. Windows color (decimal): -5598209 or 16749482. OLE color: 16749482.

HSL color Cylindrical-coordinate representation of color #AA93FF: hue angle of 252.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA93FF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170147255-
CMYK0.330.4200
HSL252.78º100%78.82%-
HSV(B)252.78º42.35%100%-
XYZ45.0636.6399.3-
YUV166.19178.12130.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 44.58%
R=29.72%
G=25.70%
B=44.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701472550.330.4200252.7810078.82
HexAA93FF212A00fd644f
Octal252223377415200375144117
Binary101010101001001111111111100001101010001111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93FF; }

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

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

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

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

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

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

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

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