#AE9CF0

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

Shades of Biloba Flower #AE9CF0

Tints of Biloba Flower #AE9CF0

Color information

#AE9CF0 (or 0xAE9CF0) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and F0. RGB value is (174,156,240). Sum of RGB (Red+Green+Blue) = 174+156+240=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE9CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CF0 is #51630F. Grayscale: #AAAAAA. Windows color (decimal): -5333776 or 15768750. OLE color: 15768750.

HSL color Cylindrical-coordinate representation of color #AE9CF0: hue angle of 252.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE9CF0 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174156240-
CMYK0.280.3500.06
HSL252.86º73.68%77.65%-
HSV(B)252.86º35%94.12%-
XYZ45.0739.0787.6-
YUV170.96166.96130.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=30.53%
G=27.37%
B=42.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741562400.280.3500.06252.8673.6877.65
HexAE9CF01C2306fd4a4e
Octal256234360344306375112116
Binary1010111010011100111100001110010001101101111110110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CF0; }

 p { color: rgb(174,156,240); }

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

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

 a { background-color: rgb(174,156,240); }

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

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

 span { border-color: rgb(174,156,240); }

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