#AE80DA

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

Shades of Biloba Flower #AE80DA

Tints of Biloba Flower #AE80DA

Color information

#AE80DA (or 0xAE80DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 80 and DA. RGB value is (174,128,218). Sum of RGB (Red+Green+Blue) = 174+128+218=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE80DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80DA is #517F25. Grayscale: #979797. Windows color (decimal): -5340966 or 14319790. OLE color: 14319790.

HSL color Cylindrical-coordinate representation of color #AE80DA: hue angle of 270.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE80DA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174128218-
CMYK0.200.4100.15
HSL270.67º54.88%67.84%-
HSV(B)270.67º41.28%85.49%-
XYZ37.8329.570.03-
YUV152.01165.24143.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 218 (85.55% from 255) = 41.92%
R=33.46%
G=24.62%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741282180.200.4100.15270.6754.8867.84
HexAE80DA14290F10f3744
Octal256200332245101741767104
Binary10101110100000001101101010100101001011111000011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80DA; }

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

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

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

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

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

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

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

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