#AE80EB

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

Shades of Biloba Flower #AE80EB

Tints of Biloba Flower #AE80EB

Color information

#AE80EB (or 0xAE80EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 80 and EB. RGB value is (174,128,235). Sum of RGB (Red+Green+Blue) = 174+128+235=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE80EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE80EB is #517F14. Grayscale: #999999. Windows color (decimal): -5340949 or 15433902. OLE color: 15433902.

HSL color Cylindrical-coordinate representation of color #AE80EB: hue angle of 265.79º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE80EB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174128235-
CMYK0.260.4600.08
HSL265.79º72.79%71.18%-
HSV(B)265.79º45.53%92.16%-
XYZ40.1730.4482.35-
YUV153.95173.74142.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=32.40%
G=23.84%
B=43.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741282350.260.4600.08265.7972.7971.18
HexAE80EB1A2E0810a4947
Octal2562003533256010412111107
Binary101011101000000011101011110101011100100010000101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80EB; }

 p { color: rgb(174,128,235); }

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

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

 a { background-color: rgb(174,128,235); }

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

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

 span { border-color: rgb(174,128,235); }

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