#AE8DF1

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

Shades of Biloba Flower #AE8DF1

Tints of Biloba Flower #AE8DF1

Color information

#AE8DF1 (or 0xAE8DF1) is unknown color: approx Biloba Flower. HEX triplet: AE, 8D and F1. RGB value is (174,141,241). Sum of RGB (Red+Green+Blue) = 174+141+241=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8DF1 is #51720E. Grayscale: #A1A1A1. Windows color (decimal): -5337615 or 15830446. OLE color: 15830446.

HSL color Cylindrical-coordinate representation of color #AE8DF1: hue angle of 259.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8DF1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174141241-
CMYK0.280.4100.05
HSL259.8º78.12%74.9%-
HSV(B)259.8º41.49%94.51%-
XYZ42.8634.487.6-
YUV162.27172.43136.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=31.29%
G=25.36%
B=43.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741412410.280.4100.05259.878.1274.9
HexAE8DF11C29051044e4b
Octal256215361345105404116113
Binary10101110100011011111000111100101001010110000010010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8DF1; }

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

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

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

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

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

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

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

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