#AE85ED

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

Shades of Biloba Flower #AE85ED

Tints of Biloba Flower #AE85ED

Color information

#AE85ED (or 0xAE85ED) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and ED. RGB value is (174,133,237). Sum of RGB (Red+Green+Blue) = 174+133+237=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85ED is #517A12. Grayscale: #9C9C9C. Windows color (decimal): -5339667 or 15566254. OLE color: 15566254.

HSL color Cylindrical-coordinate representation of color #AE85ED: hue angle of 263.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE85ED is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174133237-
CMYK0.270.4400.07
HSL263.65º74.29%72.55%-
HSV(B)263.65º43.88%92.94%-
XYZ41.1331.8984.11-
YUV157.11173.08140.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=31.99%
G=24.45%
B=43.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741332370.270.4400.07263.6574.2972.55
HexAE85ED1B2C071084a49
Octal256205355335407410112111
Binary10101110100001011110110111011101100011110000100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85ED; }

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

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

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

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

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

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

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

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