#AE7FE4

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

Shades of Biloba Flower #AE7FE4

Tints of Biloba Flower #AE7FE4

Color information

#AE7FE4 (or 0xAE7FE4) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and E4. RGB value is (174,127,228). Sum of RGB (Red+Green+Blue) = 174+127+228=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE7FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7FE4 is #51801B. Grayscale: #989898. Windows color (decimal): -5341212 or 14974894. OLE color: 14974894.

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

Color convert

RGB174127228-
CMYK0.240.4400.11
HSL267.92º65.16%69.61%-
HSV(B)267.92º44.3%89.41%-
XYZ39.0529.7877.09-
YUV152.57170.57143.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=32.89%
G=24.01%
B=43.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741272280.240.4400.11267.9265.1669.61
HexAE7FE4182C0B10c4146
Octal2561773443054013414101106
Binary10101110111111111100100110001011000101110000110010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FE4; }

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

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

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

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

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

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

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

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