#AE85E9

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

Shades of Biloba Flower #AE85E9

Tints of Biloba Flower #AE85E9

Color information

#AE85E9 (or 0xAE85E9) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and E9. RGB value is (174,133,233). Sum of RGB (Red+Green+Blue) = 174+133+233=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE85E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85E9 is #517A16. Grayscale: #9C9C9C. Windows color (decimal): -5339671 or 15304110. OLE color: 15304110.

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

Color convert

RGB174133233-
CMYK0.250.4300.09
HSL264.6º69.44%71.76%-
HSV(B)264.6º42.92%91.37%-
XYZ40.5531.6681.06-
YUV156.66171.08140.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 133 (52.34% from 255) = 24.63%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=32.22%
G=24.63%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741332330.250.4300.09264.669.4471.76
HexAE85E9192B091094548
Octal2562053513153011411105110
Binary101011101000010111101001110011010110100110000100110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85E9; }

 p { color: rgb(174,133,233); }

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

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

 a { background-color: rgb(174,133,233); }

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

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

 span { border-color: rgb(174,133,233); }

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