#AE9AE7

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

Shades of Biloba Flower #AE9AE7

Tints of Biloba Flower #AE9AE7

Color information

#AE9AE7 (or 0xAE9AE7) is unknown color: approx Biloba Flower. HEX triplet: AE, 9A and E7. RGB value is (174,154,231). Sum of RGB (Red+Green+Blue) = 174+154+231=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE9AE7 is #516518. Grayscale: #A8A8A8. Windows color (decimal): -5334297 or 15178414. OLE color: 15178414.

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

Color convert

RGB174154231-
CMYK0.250.3300.09
HSL255.58º61.6%75.49%-
HSV(B)255.58º33.33%90.59%-
XYZ43.4337.8880.62-
YUV168.76163.13131.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 231 (90.62% from 255) = 41.32%
R=31.13%
G=27.55%
B=41.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1741542310.250.3300.09255.5861.675.49
HexAE9AE71921091003e4b
Octal256232347314101140076113
Binary10101110100110101110011111001100001010011000000001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9AE7; }

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

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

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

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

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

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

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

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