#AE8BF1

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

Shades of Biloba Flower #AE8BF1

Tints of Biloba Flower #AE8BF1

Color information

#AE8BF1 (or 0xAE8BF1) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and F1. RGB value is (174,139,241). Sum of RGB (Red+Green+Blue) = 174+139+241=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BF1 is #51740E. Grayscale: #A0A0A0. Windows color (decimal): -5338127 or 15829934. OLE color: 15829934.

HSL color Cylindrical-coordinate representation of color #AE8BF1: hue angle of 260.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE8BF1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174139241-
CMYK0.280.4200.05
HSL260.59º78.46%74.51%-
HSV(B)260.59º42.32%94.51%-
XYZ42.5733.8187.5-
YUV161.09173.1137.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=31.41%
G=25.09%
B=43.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741392410.280.4200.05260.5978.4674.51
HexAE8BF11C2A051054e4b
Octal256213361345205405116113
Binary10101110100010111111000111100101010010110000010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BF1; }

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

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

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

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

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

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

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

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