#AE9DFA

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

Shades of Biloba Flower #AE9DFA

Tints of Biloba Flower #AE9DFA

Color information

#AE9DFA (or 0xAE9DFA) is unknown color: approx Biloba Flower. HEX triplet: AE, 9D and FA. RGB value is (174,157,250). Sum of RGB (Red+Green+Blue) = 174+157+250=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9DFA is #516205. Grayscale: #ACACAC. Windows color (decimal): -5333510 or 16424366. OLE color: 16424366.

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

Color convert

RGB174157250-
CMYK0.300.3700.02
HSL250.97º90.29%79.8%-
HSV(B)250.97º37.2%98.04%-
XYZ46.7740.0195.7-
YUV172.68171.63128.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=29.95%
G=27.02%
B=43.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741572500.300.3700.02250.9790.2979.8
HexAE9DFA1E2502fb5a50
Octal256235372364502373132120
Binary101011101001110111111010111101001010101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9DFA; }

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

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

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

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

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

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

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

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