#AA9AE9

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

Shades of Biloba Flower #AA9AE9

Tints of Biloba Flower #AA9AE9

Color information

#AA9AE9 (or 0xAA9AE9) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and E9. RGB value is (170,154,233). Sum of RGB (Red+Green+Blue) = 170+154+233=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA9AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AE9 is #556516. Grayscale: #A7A7A7. Windows color (decimal): -5596439 or 15309482. OLE color: 15309482.

HSL color Cylindrical-coordinate representation of color #AA9AE9: hue angle of 252.15º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9AE9 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170154233-
CMYK0.270.3400.09
HSL252.15º64.23%75.88%-
HSV(B)252.15º33.91%91.37%-
XYZ42.8437.5482.08-
YUV167.79164.8129.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=30.52%
G=27.65%
B=41.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701542330.270.3400.09252.1564.2375.88
HexAA9AE91B2209fc404c
Octal2522323513342011374100114
Binary10101010100110101110100111011100010010011111110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AE9; }

 p { color: rgb(170,154,233); }

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

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

 a { background-color: rgb(170,154,233); }

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

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

 span { border-color: rgb(170,154,233); }

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