#AE8BEC

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

Shades of Biloba Flower #AE8BEC

Tints of Biloba Flower #AE8BEC

Color information

#AE8BEC (or 0xAE8BEC) is unknown color: approx Biloba Flower. HEX triplet: AE, 8B and EC. RGB value is (174,139,236). Sum of RGB (Red+Green+Blue) = 174+139+236=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE8BEC is #517413. Grayscale: #A0A0A0. Windows color (decimal): -5338132 or 15502254. OLE color: 15502254.

HSL color Cylindrical-coordinate representation of color #AE8BEC: hue angle of 261.65º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8BEC is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174139236-
CMYK0.260.4100.07
HSL261.65º71.85%73.53%-
HSV(B)261.65º41.1%92.55%-
XYZ41.8333.5283.62-
YUV160.52170.6137.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 139 (54.69% from 255) = 25.32%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=31.69%
G=25.32%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741392360.260.4100.07261.6571.8573.53
HexAE8BEC1A2907106484a
Octal256213354325107406110112
Binary10101110100010111110110011010101001011110000011010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8BEC; }

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

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

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

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

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

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

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

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