#AA9AE8

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

Shades of Biloba Flower #AA9AE8

Tints of Biloba Flower #AA9AE8

Color information

#AA9AE8 (or 0xAA9AE8) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and E8. RGB value is (170,154,232). Sum of RGB (Red+Green+Blue) = 170+154+232=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA9AE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AE8 is #556517. Grayscale: #A7A7A7. Windows color (decimal): -5596440 or 15243946. OLE color: 15243946.

HSL color Cylindrical-coordinate representation of color #AA9AE8: hue angle of 252.31º degrees, saturation: 0.63, 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 #AA9AE8 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170154232-
CMYK0.270.3400.09
HSL252.31º62.9%75.69%-
HSV(B)252.31º33.62%90.98%-
XYZ42.737.4881.33-
YUV167.68164.3129.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=30.58%
G=27.70%
B=41.73%

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
Decimal1701542320.270.3400.09252.3162.975.69
HexAA9AE81B2209fc3f4c
Octal252232350334201137477114
Binary1010101010011010111010001101110001001001111111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AE8; }

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

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

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

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

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

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

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

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