#AA91DE

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

Shades of Biloba Flower #AA91DE

Tints of Biloba Flower #AA91DE

Color information

#AA91DE (or 0xAA91DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and DE. RGB value is (170,145,222). Sum of RGB (Red+Green+Blue) = 170+145+222=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91DE is #556E21. Grayscale: #A0A0A0. Windows color (decimal): -5598754 or 14586282. OLE color: 14586282.

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

Color convert

RGB170145222-
CMYK0.230.3500.13
HSL259.48º53.85%71.96%-
HSV(B)259.48º34.68%87.06%-
XYZ39.8934.0773.58-
YUV161.25162.28134.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=31.66%
G=27.00%
B=41.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701452220.230.3500.13259.4853.8571.96
HexAA91DE17230D1033648
Octal252221336274301540366110
Binary10101010100100011101111010111100011011011000000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91DE; }

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

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

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

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

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

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

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

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