#AE85FE

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

Shades of Biloba Flower #AE85FE

Tints of Biloba Flower #AE85FE

Color information

#AE85FE (or 0xAE85FE) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and FE. RGB value is (174,133,254). Sum of RGB (Red+Green+Blue) = 174+133+254=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85FE is #517A01. Grayscale: #9E9E9E. Windows color (decimal): -5339650 or 16680366. OLE color: 16680366.

HSL color Cylindrical-coordinate representation of color #AE85FE: hue angle of 260.33º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE85FE is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174133254-
CMYK0.310.4800.00
HSL260.33º98.37%75.88%-
HSV(B)260.33º47.64%99.61%-
XYZ43.7332.9397.82-
YUV159.05181.58138.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=31.02%
G=23.71%
B=45.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741332540.310.4800.00260.3398.3775.88
HexAE85FE1F3000104624c
Octal256205376376000404142114
Binary101011101000010111111110111111100000010000010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85FE; }

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

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

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

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

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

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

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

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