#AE9ECD

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

Shades of Biloba Flower #AE9ECD

Tints of Biloba Flower #AE9ECD

Color information

#AE9ECD (or 0xAE9ECD) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and CD. RGB value is (174,158,205). Sum of RGB (Red+Green+Blue) = 174+158+205=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ECD is #516132. Grayscale: #A7A7A7. Windows color (decimal): -5333299 or 13475502. OLE color: 13475502.

HSL color Cylindrical-coordinate representation of color #AE9ECD: hue angle of 260.43º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9ECD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174158205-
CMYK0.150.2300.20
HSL260.43º31.97%71.18%-
HSV(B)260.43º22.93%80.39%-
XYZ40.737.8662.92-
YUV168.14148.8132.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=32.40%
G=29.42%
B=38.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741582050.150.2300.20260.4331.9771.18
HexAE9ECDF170141042047
Octal256236315172702440440107
Binary1010111010011110110011011111101110101001000001001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ECD; }

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

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

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

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

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

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

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

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