#AA9DEE

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

Shades of Biloba Flower #AA9DEE

Tints of Biloba Flower #AA9DEE

Color information

#AA9DEE (or 0xAA9DEE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and EE. RGB value is (170,157,238). Sum of RGB (Red+Green+Blue) = 170+157+238=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9DEE is #556211. Grayscale: #A9A9A9. Windows color (decimal): -5595666 or 15637930. OLE color: 15637930.

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

Color convert

RGB170157238-
CMYK0.290.3400.07
HSL249.63º70.43%77.45%-
HSV(B)249.63º34.03%93.33%-
XYZ44.0738.8386.06-
YUV170.12166.31127.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=30.09%
G=27.79%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701572380.290.3400.07249.6370.4377.45
HexAA9DEE1D2207fa464d
Octal252235356354207372106115
Binary1010101010011101111011101110110001001111111101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DEE; }

 p { color: rgb(170,157,238); }

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

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

 a { background-color: rgb(170,157,238); }

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

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

 span { border-color: rgb(170,157,238); }

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