#AEA3CE

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

Shades of Biloba Flower #AEA3CE

Tints of Biloba Flower #AEA3CE

Color information

#AEA3CE (or 0xAEA3CE) is unknown color: approx Biloba Flower. HEX triplet: AE, A3 and CE. RGB value is (174,163,206). Sum of RGB (Red+Green+Blue) = 174+163+206=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA3CE is #515C31. Grayscale: #ABABAB. Windows color (decimal): -5332018 or 13542318. OLE color: 13542318.

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

Color convert

RGB174163206-
CMYK0.160.2100.19
HSL255.35º30.5%72.35%-
HSV(B)255.35º20.87%80.78%-
XYZ41.6939.6563.85-
YUV171.19147.64130-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=32.04%
G=30.02%
B=37.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741632060.160.2100.19255.3530.572.35
HexAEA3CE1015013ff1e48
Octal256243316202502337736110
Binary101011101010001111001110100001010101001111111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3CE; }

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

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

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

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

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

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

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

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