#AE9CE7

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

Shades of Biloba Flower #AE9CE7

Tints of Biloba Flower #AE9CE7

Color information

#AE9CE7 (or 0xAE9CE7) is unknown color: approx Biloba Flower. HEX triplet: AE, 9C and E7. RGB value is (174,156,231). Sum of RGB (Red+Green+Blue) = 174+156+231=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE9CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9CE7 is #516318. Grayscale: #A9A9A9. Windows color (decimal): -5333785 or 15178926. OLE color: 15178926.

HSL color Cylindrical-coordinate representation of color #AE9CE7: hue angle of 254.4º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE9CE7 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174156231-
CMYK0.250.3200.09
HSL254.4º60.98%75.88%-
HSV(B)254.4º32.47%90.59%-
XYZ43.7738.5580.73-
YUV169.93162.46130.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=31.02%
G=27.81%
B=41.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741562310.250.3200.09254.460.9875.88
HexAE9CE7192009fe3d4c
Octal256234347314001137675114
Binary1010111010011100111001111100110000001001111111101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9CE7; }

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

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

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

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

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

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

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

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