#AE8BE0

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

Shades of Biloba Flower #AE8BE0

Tints of Biloba Flower #AE8BE0

Color information

#AE8BE0 (or 0xAE8BE0) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and E0. RGB value is (174,139,224). Sum of RGB (Red+Green+Blue) = 174+139+224=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE8BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE8BE0 is #51741F. Grayscale: #9E9E9E. Windows color (decimal): -5338144 or 14715822. OLE color: 14715822.

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

Color convert

RGB174139224-
CMYK0.220.3800.12
HSL264.71º57.82%71.18%-
HSV(B)264.71º37.95%87.84%-
XYZ40.1432.8574.75-
YUV159.15164.6138.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=32.40%
G=25.88%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741392240.220.3800.12264.7157.8271.18
HexAE8BE016260C1093a47
Octal256213340264601441172107
Binary10101110100010111110000010110100110011001000010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BE0; }

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

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

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

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

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

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

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

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