#AA9CDE

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

Shades of Biloba Flower #AA9CDE

Tints of Biloba Flower #AA9CDE

Color information

#AA9CDE (or 0xAA9CDE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and DE. RGB value is (170,156,222). Sum of RGB (Red+Green+Blue) = 170+156+222=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CDE is #556321. Grayscale: #A7A7A7. Windows color (decimal): -5595938 or 14589098. OLE color: 14589098.

HSL color Cylindrical-coordinate representation of color #AA9CDE: hue angle of 252.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9CDE is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170156222-
CMYK0.230.3000.13
HSL252.73º50%74.12%-
HSV(B)252.73º29.73%87.06%-
XYZ41.6537.674.17-
YUV167.71158.64129.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=31.02%
G=28.47%
B=40.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701562220.230.3000.13252.735074.12
HexAA9CDE171E0Dfd324a
Octal252234336273601537562112
Binary101010101001110011011110101111111001101111111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CDE; }

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

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

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

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

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

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

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

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