#AE9DF4

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

Shades of Biloba Flower #AE9DF4

Tints of Biloba Flower #AE9DF4

Color information

#AE9DF4 (or 0xAE9DF4) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and F4. RGB value is (174,157,244). Sum of RGB (Red+Green+Blue) = 174+157+244=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #AE9DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DF4 is #51620B. Grayscale: #ABABAB. Windows color (decimal): -5333516 or 16031150. OLE color: 16031150.

HSL color Cylindrical-coordinate representation of color #AE9DF4: hue angle of 251.72º degrees, saturation: 0.8, 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 #AE9DF4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174157244-
CMYK0.290.3600.04
HSL251.72º79.82%78.63%-
HSV(B)251.72º35.66%95.69%-
XYZ45.8439.6490.82-
YUV172168.63129.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=30.26%
G=27.30%
B=42.43%

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
Decimal1741572440.290.3600.04251.7279.8278.63
HexAE9DF41D2404fc504f
Octal256235364354404374120117
Binary1010111010011101111101001110110010001001111110010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DF4; }

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

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

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

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

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

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

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

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