#AE8BF2

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

Shades of Biloba Flower #AE8BF2

Tints of Biloba Flower #AE8BF2

Color information

#AE8BF2 (or 0xAE8BF2) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and F2. RGB value is (174,139,242). Sum of RGB (Red+Green+Blue) = 174+139+242=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE8BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BF2 is #51740D. Grayscale: #A0A0A0. Windows color (decimal): -5338126 or 15895470. OLE color: 15895470.

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

Color convert

RGB174139242-
CMYK0.280.4300.05
HSL260.39º79.84%74.71%-
HSV(B)260.39º42.56%94.9%-
XYZ42.7233.8788.29-
YUV161.21173.6137.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=31.35%
G=25.05%
B=43.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741392420.280.4300.05260.3979.8474.71
HexAE8BF21C2B05104504b
Octal256213362345305404120113
Binary10101110100010111111001011100101011010110000010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BF2; }

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

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

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

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

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

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

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

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