#AE8CDE

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

Shades of Biloba Flower #AE8CDE

Tints of Biloba Flower #AE8CDE

Color information

#AE8CDE (or 0xAE8CDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and DE. RGB value is (174,140,222). Sum of RGB (Red+Green+Blue) = 174+140+222=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8CDE is #517321. Grayscale: #9F9F9F. Windows color (decimal): -5337890 or 14585006. OLE color: 14585006.

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

Color convert

RGB174140222-
CMYK0.220.3700.13
HSL264.88º55.41%70.98%-
HSV(B)264.88º36.94%87.06%-
XYZ40.0233.0373.37-
YUV159.51163.26138.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=32.46%
G=26.12%
B=41.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741402220.220.3700.13264.8855.4170.98
HexAE8CDE16250D1093747
Octal256214336264501541167107
Binary10101110100011001101111010110100101011011000010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CDE; }

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

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

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

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

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

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

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

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