#AE85E0

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

Shades of Biloba Flower #AE85E0

Tints of Biloba Flower #AE85E0

Color information

#AE85E0 (or 0xAE85E0) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and E0. RGB value is (174,133,224). Sum of RGB (Red+Green+Blue) = 174+133+224=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE85E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85E0 is #517A1F. Grayscale: #9B9B9B. Windows color (decimal): -5339680 or 14714286. OLE color: 14714286.

HSL color Cylindrical-coordinate representation of color #AE85E0: hue angle of 267.03º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE85E0 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174133224-
CMYK0.220.4100.12
HSL267.03º59.48%70%-
HSV(B)267.03º40.62%87.84%-
XYZ39.331.1674.46-
YUV155.63166.58141.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=32.77%
G=25.05%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741332240.220.4100.12267.0359.4870
HexAE85E016290C10b3b46
Octal256205340265101441373106
Binary10101110100001011110000010110101001011001000010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85E0; }

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

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

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

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

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

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

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

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