#AA9EE4

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

Shades of Biloba Flower #AA9EE4

Tints of Biloba Flower #AA9EE4

Color information

#AA9EE4 (or 0xAA9EE4) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and E4. RGB value is (170,158,228). Sum of RGB (Red+Green+Blue) = 170+158+228=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA9EE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EE4 is #55611B. Grayscale: #A9A9A9. Windows color (decimal): -5595420 or 14982826. OLE color: 14982826.

HSL color Cylindrical-coordinate representation of color #AA9EE4: hue angle of 250.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9EE4 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170158228-
CMYK0.250.3100.11
HSL250.29º56.45%75.69%-
HSV(B)250.29º30.7%89.41%-
XYZ42.8138.678.59-
YUV169.57160.98128.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 228 (89.45% from 255) = 41.01%
R=30.58%
G=28.42%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701582280.250.3100.11250.2956.4575.69
HexAA9EE4191F0Bfa384c
Octal252236344313701337270114
Binary101010101001111011100100110011111101011111110101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EE4; }

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

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

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

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

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

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

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

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