#AE7FDC

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

Shades of Biloba Flower #AE7FDC

Tints of Biloba Flower #AE7FDC

Color information

#AE7FDC (or 0xAE7FDC) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and DC. RGB value is (174,127,220). Sum of RGB (Red+Green+Blue) = 174+127+220=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FDC is #518023. Grayscale: #979797. Windows color (decimal): -5341220 or 14450606. OLE color: 14450606.

HSL color Cylindrical-coordinate representation of color #AE7FDC: hue angle of 270.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE7FDC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174127220-
CMYK0.210.4200.14
HSL270.32º57.06%68.04%-
HSV(B)270.32º42.27%86.27%-
XYZ37.9629.3471.37-
YUV151.66166.57143.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=33.40%
G=24.38%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741272200.210.4200.14270.3257.0668.04
HexAE7FDC152A0E10e3944
Octal256177334255201641671104
Binary1010111011111111101110010101101010011101000011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FDC; }

 p { color: rgb(174,127,220); }

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

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

 a { background-color: rgb(174,127,220); }

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

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

 span { border-color: rgb(174,127,220); }

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