#AE9CF3

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

Shades of Biloba Flower #AE9CF3

Tints of Biloba Flower #AE9CF3

Color information

#AE9CF3 (or 0xAE9CF3) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and F3. RGB value is (174,156,243). Sum of RGB (Red+Green+Blue) = 174+156+243=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #AE9CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CF3 is #51630C. Grayscale: #AAAAAA. Windows color (decimal): -5333773 or 15965358. OLE color: 15965358.

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

Color convert

RGB174156243-
CMYK0.280.3600.05
HSL252.41º78.38%78.24%-
HSV(B)252.41º35.8%95.29%-
XYZ45.5239.2589.97-
YUV171.3168.46129.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=30.37%
G=27.23%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741562430.280.3600.05252.4178.3878.24
HexAE9CF31C2405fc4e4e
Octal256234363344405374116116
Binary1010111010011100111100111110010010001011111110010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CF3; }

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

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

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

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

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

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

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

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