#AA9EED

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

Shades of Biloba Flower #AA9EED

Tints of Biloba Flower #AA9EED

Color information

#AA9EED (or 0xAA9EED) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and ED. RGB value is (170,158,237). Sum of RGB (Red+Green+Blue) = 170+158+237=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EED is #556112. Grayscale: #AAAAAA. Windows color (decimal): -5595411 or 15572650. OLE color: 15572650.

HSL color Cylindrical-coordinate representation of color #AA9EED: hue angle of 249.11º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9EED is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170158237-
CMYK0.280.3300.07
HSL249.11º68.7%77.45%-
HSV(B)249.11º33.33%92.94%-
XYZ44.0939.1185.35-
YUV170.59165.48127.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=30.09%
G=27.96%
B=41.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701582370.280.3300.07249.1168.777.45
HexAA9EED1C2107f9454d
Octal252236355344107371105115
Binary1010101010011110111011011110010000101111111100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EED; }

 p { color: rgb(170,158,237); }

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

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

 a { background-color: rgb(170,158,237); }

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

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

 span { border-color: rgb(170,158,237); }

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