#ae9ee5

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

Shades of Biloba Flower #AE9EE5

Tints of Biloba Flower #AE9EE5

Color information

#AE9EE5 (or 0xAE9EE5) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and E5. RGB value is (174,158,229). Sum of RGB (Red+Green+Blue) = 174+158+229=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE9EE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EE5 is #51611A. Grayscale: #AAAAAA. Windows color (decimal): -5333275 or 15048366. OLE color: 15048366.

HSL color Cylindrical-coordinate representation of color #AE9EE5: hue angle of 253.52º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AE9EE5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174158229-
CMYK0.240.3100.10
HSL253.52º57.72%75.88%-
HSV(B)253.52º31%89.8%-
XYZ43.8339.1179.37-
YUV170.88160.8130.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 229 (89.84% from 255) = 40.82%
R=31.02%
G=28.16%
B=40.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741582290.240.3100.10253.5257.7275.88
HexAE9EE5181F0Afe3a4c
Octal256236345303701237672114
Binary101011101001111011100101110001111101010111111101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae9ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae9ee5; }

 p { color: rgb(174,158,229); }

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

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

 a { background-color: rgb(174,158,229); }

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

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

 span { border-color: rgb(174,158,229); }

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