#AE9EDF

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

Shades of Biloba Flower #AE9EDF

Tints of Biloba Flower #AE9EDF

Color information

#AE9EDF (or 0xAE9EDF) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and DF. RGB value is (174,158,223). Sum of RGB (Red+Green+Blue) = 174+158+223=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDF is #516120. Grayscale: #A9A9A9. Windows color (decimal): -5333281 or 14655150. OLE color: 14655150.

HSL color Cylindrical-coordinate representation of color #AE9EDF: hue angle of 254.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE9EDF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174158223-
CMYK0.220.2900.13
HSL254.77º50.39%74.71%-
HSV(B)254.77º29.15%87.45%-
XYZ4338.7875.03-
YUV170.19157.8130.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=31.35%
G=28.47%
B=40.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741582230.220.2900.13254.7750.3974.71
HexAE9EDF161D0Dff324b
Octal256236337263501537762113
Binary101011101001111011011111101101110101101111111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EDF; }

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

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

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

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

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

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

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

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