#AEA4CE

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

Shades of Biloba Flower #AEA4CE

Tints of Biloba Flower #AEA4CE

Color information

#AEA4CE (or 0xAEA4CE) is unknown color: approx Biloba Flower. HEX triplet: AE, A4 and CE. RGB value is (174,164,206). Sum of RGB (Red+Green+Blue) = 174+164+206=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA4CE is #515B31. Grayscale: #ABABAB. Windows color (decimal): -5331762 or 13542574. OLE color: 13542574.

HSL color Cylindrical-coordinate representation of color #AEA4CE: hue angle of 254.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA4CE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174164206-
CMYK0.160.2000.19
HSL254.29º30%72.55%-
HSV(B)254.29º20.39%80.78%-
XYZ41.8740.0163.91-
YUV171.78147.31129.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=31.99%
G=30.15%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741642060.160.2000.19254.293072.55
HexAEA4CE1014013fe1e49
Octal256244316202402337636111
Binary101011101010010011001110100001010001001111111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA4CE; }

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

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

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

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

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

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

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

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