#AE9DF5

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

Shades of Biloba Flower #AE9DF5

Tints of Biloba Flower #AE9DF5

Color information

#AE9DF5 (or 0xAE9DF5) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and F5. RGB value is (174,157,245). Sum of RGB (Red+Green+Blue) = 174+157+245=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #AE9DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DF5 is #51620A. Grayscale: #ABABAB. Windows color (decimal): -5333515 or 16096686. OLE color: 16096686.

HSL color Cylindrical-coordinate representation of color #AE9DF5: hue angle of 251.59º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE9DF5 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174157245-
CMYK0.290.3600.04
HSL251.59º81.48%78.82%-
HSV(B)251.59º35.92%96.08%-
XYZ45.9939.7191.63-
YUV172.12169.13129.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.21%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 245 (96.09% from 255) = 42.53%
R=30.21%
G=27.26%
B=42.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741572450.290.3600.04251.5981.4878.82
HexAE9DF51D2404fc514f
Octal256235365354404374121117
Binary1010111010011101111101011110110010001001111110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DF5; }

 p { color: rgb(174,157,245); }

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

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

 a { background-color: rgb(174,157,245); }

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

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

 span { border-color: rgb(174,157,245); }

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