#AE96EC

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

Shades of Biloba Flower #AE96EC

Tints of Biloba Flower #AE96EC

Color information

#AE96EC (or 0xAE96EC) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and EC. RGB value is (174,150,236). Sum of RGB (Red+Green+Blue) = 174+150+236=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE96EC is #516913. Grayscale: #A6A6A6. Windows color (decimal): -5335316 or 15505070. OLE color: 15505070.

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

Color convert

RGB174150236-
CMYK0.260.3600.07
HSL256.74º69.35%75.69%-
HSV(B)256.74º36.44%92.55%-
XYZ43.536.8784.18-
YUV166.98166.95133.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=31.07%
G=26.79%
B=42.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741502360.260.3600.07256.7469.3575.69
HexAE96EC1A2407101454c
Octal256226354324407401105114
Binary10101110100101101110110011010100100011110000000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96EC; }

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

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

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

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

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

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

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

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