#AE80D9

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

Shades of Biloba Flower #AE80D9

Tints of Biloba Flower #AE80D9

Color information

#AE80D9 (or 0xAE80D9) is unknown color: approx Biloba Flower. HEX triplet: AE, 80 and D9. RGB value is (174,128,217). Sum of RGB (Red+Green+Blue) = 174+128+217=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE80D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE80D9 is #517F26. Grayscale: #979797. Windows color (decimal): -5340967 or 14254254. OLE color: 14254254.

HSL color Cylindrical-coordinate representation of color #AE80D9: hue angle of 271.01º degrees, saturation: 0.54, 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 #AE80D9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174128217-
CMYK0.200.4100.15
HSL271.01º53.94%67.65%-
HSV(B)271.01º41.01%85.1%-
XYZ37.729.4569.34-
YUV151.9164.74143.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=33.53%
G=24.66%
B=41.81%

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
Decimal1741282170.200.4100.15271.0153.9467.65
HexAE80D914290F10f3644
Octal256200331245101741766104
Binary10101110100000001101100110100101001011111000011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE80D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE80D9; }

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

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

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

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

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

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

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

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