#AE7EE0

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

Shades of Biloba Flower #AE7EE0

Tints of Biloba Flower #AE7EE0

Color information

#AE7EE0 (or 0xAE7EE0) is unknown color: approx Biloba Flower. HEX triplet: AE, 7E and E0. RGB value is (174,126,224). Sum of RGB (Red+Green+Blue) = 174+126+224=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EE0 is #51811F. Grayscale: #979797. Windows color (decimal): -5341472 or 14712494. OLE color: 14712494.

HSL color Cylindrical-coordinate representation of color #AE7EE0: hue angle of 269.39º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE7EE0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174126224-
CMYK0.220.4400.12
HSL269.39º61.25%68.63%-
HSV(B)269.39º43.75%87.84%-
XYZ38.3729.374.15-
YUV151.52168.9144.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=33.21%
G=24.05%
B=42.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741262240.220.4400.12269.3961.2568.63
HexAE7EE0162C0C10d3d45
Octal256176340265401441575105
Binary1010111011111101110000010110101100011001000011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EE0; }

 p { color: rgb(174,126,224); }

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

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

 a { background-color: rgb(174,126,224); }

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

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

 span { border-color: rgb(174,126,224); }

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