#AE7EE5

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

Shades of Biloba Flower #AE7EE5

Tints of Biloba Flower #AE7EE5

Color information

#AE7EE5 (or 0xAE7EE5) is unknown color: approx Biloba Flower. HEX triplet: AE, 7E and E5. RGB value is (174,126,229). Sum of RGB (Red+Green+Blue) = 174+126+229=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE7EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EE5 is #51811A. Grayscale: #979797. Windows color (decimal): -5341467 or 15040174. OLE color: 15040174.

HSL color Cylindrical-coordinate representation of color #AE7EE5: hue angle of 267.96º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7EE5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174126229-
CMYK0.240.4500.10
HSL267.96º66.45%69.61%-
HSV(B)267.96º44.98%89.8%-
XYZ39.0629.5877.78-
YUV152.09171.4143.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=32.89%
G=23.82%
B=43.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741262290.240.4500.10267.9666.4569.61
HexAE7EE5182D0A10c4246
Octal2561763453055012414102106
Binary10101110111111011100101110001011010101010000110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EE5; }

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

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

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

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

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

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

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

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