#AE8DE8

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

Shades of Biloba Flower #AE8DE8

Tints of Biloba Flower #AE8DE8

Color information

#AE8DE8 (or 0xAE8DE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and E8. RGB value is (174,141,232). Sum of RGB (Red+Green+Blue) = 174+141+232=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE8DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8DE8 is #517217. Grayscale: #A0A0A0. Windows color (decimal): -5337624 or 15240622. OLE color: 15240622.

HSL color Cylindrical-coordinate representation of color #AE8DE8: hue angle of 261.76º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE8DE8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174141232-
CMYK0.250.3900.09
HSL261.76º66.42%73.14%-
HSV(B)261.76º39.22%90.98%-
XYZ41.5533.8780.69-
YUV161.24167.93137.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 232 (91.02% from 255) = 42.41%
R=31.81%
G=25.78%
B=42.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741412320.250.3900.09261.7666.4273.14
HexAE8DE81927091064249
Octal2562153503147011406102111
Binary101011101000110111101000110011001110100110000011010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DE8; }

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

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

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

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

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

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

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

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