#AE8BE8

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

Shades of Biloba Flower #AE8BE8

Tints of Biloba Flower #AE8BE8

Color information

#AE8BE8 (or 0xAE8BE8) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and E8. RGB value is (174,139,232). Sum of RGB (Red+Green+Blue) = 174+139+232=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE8BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BE8 is #517417. Grayscale: #9F9F9F. Windows color (decimal): -5338136 or 15240110. OLE color: 15240110.

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

Color convert

RGB174139232-
CMYK0.250.4000.09
HSL262.58º66.91%72.75%-
HSV(B)262.58º40.09%90.98%-
XYZ41.2533.2980.6-
YUV160.07168.6137.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 232 (91.02% from 255) = 42.57%
R=31.93%
G=25.50%
B=42.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741392320.250.4000.09262.5866.9172.75
HexAE8BE81928091074349
Octal2562133503150011407103111
Binary101011101000101111101000110011010000100110000011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BE8; }

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

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

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

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

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

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

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

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