#AE80DE

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

Shades of Biloba Flower #AE80DE

Tints of Biloba Flower #AE80DE

Color information

#AE80DE (or 0xAE80DE) is unknown color: approx Biloba Flower. HEX triplet: AE, 80 and DE. RGB value is (174,128,222). Sum of RGB (Red+Green+Blue) = 174+128+222=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80DE is #517F21. Grayscale: #989898. Windows color (decimal): -5340962 or 14581934. OLE color: 14581934.

HSL color Cylindrical-coordinate representation of color #AE80DE: hue angle of 269.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE80DE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174128222-
CMYK0.220.4200.13
HSL269.36º58.75%68.63%-
HSV(B)269.36º42.34%87.06%-
XYZ38.3629.7172.82-
YUV152.47167.24143.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=33.21%
G=24.43%
B=42.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741282220.220.4200.13269.3658.7568.63
HexAE80DE162A0D10d3b45
Octal256200336265201541573105
Binary10101110100000001101111010110101010011011000011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80DE; }

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

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

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

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

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

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

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

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