#AA93DE

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

Shades of Biloba Flower #AA93DE

Tints of Biloba Flower #AA93DE

Color information

#AA93DE (or 0xAA93DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and DE. RGB value is (170,147,222). Sum of RGB (Red+Green+Blue) = 170+147+222=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DE is #556C21. Grayscale: #A2A2A2. Windows color (decimal): -5598242 or 14586794. OLE color: 14586794.

HSL color Cylindrical-coordinate representation of color #AA93DE: hue angle of 258.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA93DE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170147222-
CMYK0.230.3400.13
HSL258.4º53.19%72.35%-
HSV(B)258.4º33.78%87.06%-
XYZ40.234.6973.68-
YUV162.43161.62133.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=31.54%
G=27.27%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701472220.230.3400.13258.453.1972.35
HexAA93DE17220D1023548
Octal252223336274201540265110
Binary10101010100100111101111010111100010011011000000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93DE; }

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

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

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

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

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

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

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

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