#AE9EDC

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

Shades of Biloba Flower #AE9EDC

Tints of Biloba Flower #AE9EDC

Color information

#AE9EDC (or 0xAE9EDC) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and DC. RGB value is (174,158,220). Sum of RGB (Red+Green+Blue) = 174+158+220=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9EDC is #516123. Grayscale: #A9A9A9. Windows color (decimal): -5333284 or 14458542. OLE color: 14458542.

HSL color Cylindrical-coordinate representation of color #AE9EDC: hue angle of 255.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE9EDC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174158220-
CMYK0.210.2800.14
HSL255.48º46.97%74.12%-
HSV(B)255.48º28.18%86.27%-
XYZ42.638.6272.92-
YUV169.85156.3130.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=31.52%
G=28.62%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741582200.210.2800.14255.4846.9774.12
HexAE9EDC151C0Eff2f4a
Octal256236334253401637757112
Binary101011101001111011011100101011110001110111111111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EDC; }

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

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

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

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

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

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

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

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