#AE9ECE

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

Shades of Biloba Flower #AE9ECE

Tints of Biloba Flower #AE9ECE

Color information

#AE9ECE (or 0xAE9ECE) is unknown color: approx Biloba Flower. HEX triplet: AE, 9E and CE. RGB value is (174,158,206). Sum of RGB (Red+Green+Blue) = 174+158+206=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9ECE is #516131. Grayscale: #A8A8A8. Windows color (decimal): -5333298 or 13541038. OLE color: 13541038.

HSL color Cylindrical-coordinate representation of color #AE9ECE: hue angle of 260º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE9ECE is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174158206-
CMYK0.160.2300.19
HSL260º32.88%71.37%-
HSV(B)260º23.3%80.78%-
XYZ40.8237.9163.56-
YUV168.26149.3132.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=32.34%
G=29.37%
B=38.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741582060.160.2300.1926032.8871.37
HexAE9ECE10170131042147
Octal256236316202702340441107
Binary10101110100111101100111010000101110100111000001001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9ECE; }

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

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

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

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

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

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

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

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