#AE8EDE

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

Shades of Biloba Flower #AE8EDE

Tints of Biloba Flower #AE8EDE

Color information

#AE8EDE (or 0xAE8EDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8E and DE. RGB value is (174,142,222). Sum of RGB (Red+Green+Blue) = 174+142+222=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8EDE is #517121. Grayscale: #A0A0A0. Windows color (decimal): -5337378 or 14585518. OLE color: 14585518.

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

Color convert

RGB174142222-
CMYK0.220.3600.13
HSL264º54.79%71.37%-
HSV(B)264º36.04%87.06%-
XYZ40.3133.6273.47-
YUV160.69162.6137.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=32.34%
G=26.39%
B=41.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741422220.220.3600.1326454.7971.37
HexAE8EDE16240D1083747
Octal256216336264401541067107
Binary10101110100011101101111010110100100011011000010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8EDE; }

 p { color: rgb(174,142,222); }

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

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

 a { background-color: rgb(174,142,222); }

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

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

 span { border-color: rgb(174,142,222); }

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