#AE85FF

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

Shades of Biloba Flower #AE85FF

Tints of Biloba Flower #AE85FF

Color information

#AE85FF (or 0xAE85FF) is unknown color: approx Biloba Flower. HEX triplet: AE, 85 and FF. RGB value is (174,133,255). Sum of RGB (Red+Green+Blue) = 174+133+255=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE85FF is #517A00. Grayscale: #9E9E9E. Windows color (decimal): -5339649 or 16745902. OLE color: 16745902.

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

Color convert

RGB174133255-
CMYK0.320.4800
HSL260.16º100%76.08%-
HSV(B)260.16º47.84%100%-
XYZ43.8932.9998.66-
YUV159.17182.08138.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 255 (100% from 255) = 45.37%
R=30.96%
G=23.67%
B=45.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741332550.320.4800260.1610076.08
HexAE85FF203000104644c
Octal256205377406000404144114
Binary1010111010000101111111111000001100000010000010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85FF; }

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

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

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

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

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

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

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

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