#AE85EB

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

Shades of Biloba Flower #AE85EB

Tints of Biloba Flower #AE85EB

Color information

#AE85EB (or 0xAE85EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and EB. RGB value is (174,133,235). Sum of RGB (Red+Green+Blue) = 174+133+235=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE85EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85EB is #517A14. Grayscale: #9C9C9C. Windows color (decimal): -5339669 or 15435182. OLE color: 15435182.

HSL color Cylindrical-coordinate representation of color #AE85EB: hue angle of 264.12º degrees, saturation: 0.72, 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 #AE85EB is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174133235-
CMYK0.260.4300.08
HSL264.12º71.83%72.16%-
HSV(B)264.12º43.4%92.16%-
XYZ40.8431.7782.58-
YUV156.89172.08140.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=32.10%
G=24.54%
B=43.36%

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
Decimal1741332350.260.4300.08264.1271.8372.16
HexAE85EB1A2B081084848
Octal2562053533253010410110110
Binary101011101000010111101011110101010110100010000100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85EB; }

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

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

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

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

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

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

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

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