#AE80E5

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

Shades of Biloba Flower #AE80E5

Tints of Biloba Flower #AE80E5

Color information

#AE80E5 (or 0xAE80E5) is unknown color: approx Biloba Flower. HEX triplet: AE, 80 and E5. RGB value is (174,128,229). Sum of RGB (Red+Green+Blue) = 174+128+229=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80E5 is #517F1A. Grayscale: #989898. Windows color (decimal): -5340955 or 15040686. OLE color: 15040686.

HSL color Cylindrical-coordinate representation of color #AE80E5: hue angle of 267.33º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE80E5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174128229-
CMYK0.240.4400.10
HSL267.33º66.01%70%-
HSV(B)267.33º44.1%89.8%-
XYZ39.3230.0977.87-
YUV153.27170.74142.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=32.77%
G=24.11%
B=43.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741282290.240.4400.10267.3366.0170
HexAE80E5182C0A10b4246
Octal2562003453054012413102106
Binary101011101000000011100101110001011000101010000101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80E5; }

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

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

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

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

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

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

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

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