#AE8AF3

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

Shades of Biloba Flower #AE8AF3

Tints of Biloba Flower #AE8AF3

Color information

#AE8AF3 (or 0xAE8AF3) is unknown color: approx Biloba Flower. HEX triplet: AE, 8A and F3. RGB value is (174,138,243). Sum of RGB (Red+Green+Blue) = 174+138+243=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE8AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8AF3 is #51750C. Grayscale: #A0A0A0. Windows color (decimal): -5338381 or 15960750. OLE color: 15960750.

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

Color convert

RGB174138243-
CMYK0.280.4300.05
HSL260.57º81.4%74.71%-
HSV(B)260.57º43.21%95.29%-
XYZ42.7233.6589.04-
YUV160.73174.43137.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=31.35%
G=24.86%
B=43.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741382430.280.4300.05260.5781.474.71
HexAE8AF31C2B05105514b
Octal256212363345305405121113
Binary10101110100010101111001111100101011010110000010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AF3; }

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

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

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

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

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

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

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

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