#AE8DDE

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

Shades of Biloba Flower #AE8DDE

Tints of Biloba Flower #AE8DDE

Color information

#AE8DDE (or 0xAE8DDE) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and DE. RGB value is (174,141,222). Sum of RGB (Red+Green+Blue) = 174+141+222=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8DDE is #517221. Grayscale: #9F9F9F. Windows color (decimal): -5337634 or 14585262. OLE color: 14585262.

HSL color Cylindrical-coordinate representation of color #AE8DDE: hue angle of 264.44º 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 #AE8DDE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174141222-
CMYK0.220.3600.13
HSL264.44º55.1%71.18%-
HSV(B)264.44º36.49%87.06%-
XYZ40.1733.3273.42-
YUV160.1162.93137.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=32.40%
G=26.26%
B=41.34%

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
Decimal1741412220.220.3600.13264.4455.171.18
HexAE8DDE16240D1083747
Octal256215336264401541067107
Binary10101110100011011101111010110100100011011000010001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DDE; }

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

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

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

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

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

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

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

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