#AE9ED7

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

Shades of Biloba Flower #AE9ED7

Tints of Biloba Flower #AE9ED7

Color information

#AE9ED7 (or 0xAE9ED7) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and D7. RGB value is (174,158,215). Sum of RGB (Red+Green+Blue) = 174+158+215=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE9ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ED7 is #516128. Grayscale: #A9A9A9. Windows color (decimal): -5333289 or 14130862. OLE color: 14130862.

HSL color Cylindrical-coordinate representation of color #AE9ED7: hue angle of 256.84º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AE9ED7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174158215-
CMYK0.190.2700.16
HSL256.84º41.61%73.14%-
HSV(B)256.84º26.51%84.31%-
XYZ41.9538.3669.48-
YUV169.28153.8131.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 215 (84.38% from 255) = 39.31%
R=31.81%
G=28.88%
B=39.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741582150.190.2700.16256.8441.6173.14
HexAE9ED7131B0101012a49
Octal256236327233302040152111
Binary10101110100111101101011110011110110100001000000011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ED7; }

 p { color: rgb(174,158,215); }

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

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

 a { background-color: rgb(174,158,215); }

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

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

 span { border-color: rgb(174,158,215); }

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