#AE8CF3

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

Shades of Biloba Flower #AE8CF3

Tints of Biloba Flower #AE8CF3

Color information

#AE8CF3 (or 0xAE8CF3) is unknown color: approx Biloba Flower. HEX triplet: AE, 8C and F3. RGB value is (174,140,243). Sum of RGB (Red+Green+Blue) = 174+140+243=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE8CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8CF3 is #51730C. Grayscale: #A1A1A1. Windows color (decimal): -5337869 or 15961262. OLE color: 15961262.

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

Color convert

RGB174140243-
CMYK0.280.4200.05
HSL259.81º81.1%75.1%-
HSV(B)259.81º42.39%95.29%-
XYZ43.0134.2389.13-
YUV161.91173.76136.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 243 (95.31% from 255) = 43.63%
R=31.24%
G=25.13%
B=43.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741402430.280.4200.05259.8181.175.1
HexAE8CF31C2A05104514b
Octal256214363345205404121113
Binary10101110100011001111001111100101010010110000010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8CF3; }

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

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

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

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

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

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

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

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