#AE85E4

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

Shades of Biloba Flower #AE85E4

Tints of Biloba Flower #AE85E4

Color information

#AE85E4 (or 0xAE85E4) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and E4. RGB value is (174,133,228). Sum of RGB (Red+Green+Blue) = 174+133+228=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE85E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE85E4 is #517A1B. Grayscale: #9B9B9B. Windows color (decimal): -5339676 or 14976430. OLE color: 14976430.

HSL color Cylindrical-coordinate representation of color #AE85E4: hue angle of 265.89º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE85E4 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174133228-
CMYK0.240.4200.11
HSL265.89º63.76%70.78%-
HSV(B)265.89º41.67%89.41%-
XYZ39.8531.3877.35-
YUV156.09168.58140.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=32.52%
G=24.86%
B=42.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741332280.240.4200.11265.8963.7670.78
HexAE85E4182A0B10a4047
Octal2562053443052013412100107
Binary101011101000010111100100110001010100101110000101010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85E4; }

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

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

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

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

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

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

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

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