#AE86E5

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

Shades of Biloba Flower #AE86E5

Tints of Biloba Flower #AE86E5

Color information

#AE86E5 (or 0xAE86E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 86 and E5. RGB value is (174,134,229). Sum of RGB (Red+Green+Blue) = 174+134+229=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE86E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE86E5 is #51791A. Grayscale: #9C9C9C. Windows color (decimal): -5339419 or 15042222. OLE color: 15042222.

HSL color Cylindrical-coordinate representation of color #AE86E5: hue angle of 265.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE86E5 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174134229-
CMYK0.240.4100.10
HSL265.26º64.63%71.18%-
HSV(B)265.26º41.48%89.8%-
XYZ40.1231.7178.13-
YUV156.79168.75140.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=32.40%
G=24.95%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741342290.240.4100.10265.2664.6371.18
HexAE86E518290A1094147
Octal2562063453051012411101107
Binary101011101000011011100101110001010010101010000100110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE86E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE86E5; }

 p { color: rgb(174,134,229); }

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

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

 a { background-color: rgb(174,134,229); }

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

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

 span { border-color: rgb(174,134,229); }

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