#AE85EA

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

Shades of Biloba Flower #AE85EA

Tints of Biloba Flower #AE85EA

Color information

#AE85EA (or 0xAE85EA) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and EA. RGB value is (174,133,234). Sum of RGB (Red+Green+Blue) = 174+133+234=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85EA is #517A15. Grayscale: #9C9C9C. Windows color (decimal): -5339670 or 15369646. OLE color: 15369646.

HSL color Cylindrical-coordinate representation of color #AE85EA: hue angle of 264.36º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE85EA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174133234-
CMYK0.260.4300.08
HSL264.36º70.63%71.96%-
HSV(B)264.36º43.16%91.76%-
XYZ40.6931.7181.82-
YUV156.77171.58140.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=32.16%
G=24.58%
B=43.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741332340.260.4300.08264.3670.6371.96
HexAE85EA1A2B081084748
Octal2562053523253010410107110
Binary101011101000010111101010110101010110100010000100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85EA; }

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

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

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

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

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

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

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

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