#AE9ECB

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

Shades of Biloba Flower #AE9ECB

Tints of Biloba Flower #AE9ECB

Color information

#AE9ECB (or 0xAE9ECB) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and CB. RGB value is (174,158,203). Sum of RGB (Red+Green+Blue) = 174+158+203=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ECB is #516134. Grayscale: #A7A7A7. Windows color (decimal): -5333301 or 13344430. OLE color: 13344430.

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

Color convert

RGB174158203-
CMYK0.140.2200.20
HSL261.33º30.2%70.78%-
HSV(B)261.33º22.17%79.61%-
XYZ40.4637.7661.66-
YUV167.91147.8132.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=32.52%
G=29.53%
B=37.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741582030.140.2200.20261.3330.270.78
HexAE9ECBE160141051e47
Octal256236313162602440536107
Binary101011101001111011001011111010110010100100000101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ECB; }

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

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

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

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

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

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

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

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