#AE7EE4

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

Shades of Biloba Flower #AE7EE4

Tints of Biloba Flower #AE7EE4

Color information

#AE7EE4 (or 0xAE7EE4) is unknown color: approx Biloba Flower. HEX triplet: AE, 7E and E4. RGB value is (174,126,228). Sum of RGB (Red+Green+Blue) = 174+126+228=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE7EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7EE4 is #51811B. Grayscale: #979797. Windows color (decimal): -5341468 or 14974638. OLE color: 14974638.

HSL color Cylindrical-coordinate representation of color #AE7EE4: hue angle of 268.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7EE4 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174126228-
CMYK0.240.4500.11
HSL268.24º65.38%69.41%-
HSV(B)268.24º44.74%89.41%-
XYZ38.9229.5277.05-
YUV151.98170.9143.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=32.95%
G=23.86%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741262280.240.4500.11268.2465.3869.41
HexAE7EE4182D0B10c4145
Octal2561763443055013414101105
Binary10101110111111011100100110001011010101110000110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7EE4; }

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

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

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

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

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

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

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

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