#AE7FE8

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

Shades of Biloba Flower #AE7FE8

Tints of Biloba Flower #AE7FE8

Color information

#AE7FE8 (or 0xAE7FE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 7F and E8. RGB value is (174,127,232). Sum of RGB (Red+Green+Blue) = 174+127+232=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE7FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7FE8 is #518017. Grayscale: #989898. Windows color (decimal): -5341208 or 15237038. OLE color: 15237038.

HSL color Cylindrical-coordinate representation of color #AE7FE8: hue angle of 266.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7FE8 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174127232-
CMYK0.250.4500.09
HSL266.86º69.54%70.39%-
HSV(B)266.86º45.26%90.98%-
XYZ39.613080.05-
YUV153.02172.57142.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 127 (50% from 255) = 23.83%
BLUE value IS 232 (91.02% from 255) = 43.53%
R=32.65%
G=23.83%
B=43.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741272320.250.4500.09266.8669.5470.39
HexAE7FE8192D0910b4646
Octal2561773503155011413106106
Binary10101110111111111101000110011011010100110000101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7FE8; }

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

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

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

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

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

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

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

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