#AE9CFA

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

Shades of Biloba Flower #AE9CFA

Tints of Biloba Flower #AE9CFA

Color information

#AE9CFA (or 0xAE9CFA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and FA. RGB value is (174,156,250). Sum of RGB (Red+Green+Blue) = 174+156+250=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CFA is #516305. Grayscale: #ABABAB. Windows color (decimal): -5333766 or 16424110. OLE color: 16424110.

HSL color Cylindrical-coordinate representation of color #AE9CFA: hue angle of 251.49º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE9CFA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174156250-
CMYK0.300.3800.02
HSL251.49º90.38%79.61%-
HSV(B)251.49º37.6%98.04%-
XYZ46.639.6895.64-
YUV172.1171.96129.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=30%
G=26.90%
B=43.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741562500.300.3800.02251.4990.3879.61
HexAE9CFA1E2602fb5a50
Octal256234372364602373132120
Binary101011101001110011111010111101001100101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CFA; }

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

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

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

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

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

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

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

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